Skip to content

Commit caf08ce

Browse files
authored
docs: fix estree link in custom formatters docs (#16967)
1 parent 75acdd2 commit caf08ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/extend/custom-formatters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Each `message` object contains information about the ESLint rule that was trigge
110110
* **message**: the human readable description of the error.
111111
* **line**: the line where the issue is located.
112112
* **column**: the column where the issue is located.
113-
* **nodeType**: the type of the node in the [AST](https://github.com/estree/estree/blob/master/spec.md#node-objects)
113+
* **nodeType**: the type of the node in the [AST](https://github.com/estree/estree/blob/master/es5.md#node-objects)
114114

115115
### The `context` Argument
116116

0 commit comments

Comments
 (0)