Skip to content

Commit

Permalink
docs: fix estree link in custom formatters docs (#16967)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Mar 7, 2023
1 parent 75acdd2 commit caf08ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/extend/custom-formatters.md
Expand Up @@ -110,7 +110,7 @@ Each `message` object contains information about the ESLint rule that was trigge
* **message**: the human readable description of the error.
* **line**: the line where the issue is located.
* **column**: the column where the issue is located.
* **nodeType**: the type of the node in the [AST](https://github.com/estree/estree/blob/master/spec.md#node-objects)
* **nodeType**: the type of the node in the [AST](https://github.com/estree/estree/blob/master/es5.md#node-objects)

### The `context` Argument

Expand Down

0 comments on commit caf08ce

Please sign in to comment.