Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nitin Kumar <snitin315@gmail.com>
  • Loading branch information
bpmutter and snitin315 committed Nov 22, 2022
1 parent 0a3b275 commit 7a0c4bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/user-guide/configuring/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ eleventyNavigation:
You can extend ESLint with plugins in a variety of different ways. Plugins can include:

* Custom processors to extract JavaScript code from other kinds of files or preprocess code before linting.
* Custom rules to validates if your code meets a certain expectation, and what to do if it does not meet that expectation.
* Other custom configuration using ESLint's built-in features.
* 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.

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 Expand Up @@ -64,7 +64,7 @@ A non-scoped package:
}
```

A scoped packages:
A scoped package:

```js
{
Expand Down

0 comments on commit 7a0c4bd

Please sign in to comment.