Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
  • Loading branch information
bpmutter and mdjermanovic committed Nov 22, 2022
1 parent 7a0c4bd commit ffa3c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/user-guide/configuring/plugins.md
Expand Up @@ -13,7 +13,7 @@ You can extend ESLint with plugins in a variety of different ways. Plugins can i

* Custom processors to extract JavaScript code from other kinds of files or preprocess code before linting.
* Custom rules to validate if your code meets a certain expectation, and what to do if it does not meet that expectation.
* Other custom configurations using ESLint's built-in features.
* Custom configurations.

You can also use custom parsers to convert JavaScript code into an abstract syntax tree for ESLint to evaluate. You might want to add a custom parser if the code you're writing isn't compatible with the ESLint default parser, Espree.

Expand Down

0 comments on commit ffa3c30

Please sign in to comment.