Skip to content

Commit

Permalink
docs: use eslint v8(latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Mar 23, 2022
1 parent 6720200 commit 27c87ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ React specific linting rules for `eslint`
# Installation

```sh
$ npm install eslint@7 eslint-plugin-react --save-dev
$ npm install eslint@8 eslint-plugin-react --save-dev
```

It is also possible to install ESLint globally rather than locally (using npm install eslint --global). However, this is not recommended, and any plugins or shareable configs that you use must be installed locally in either case.
Expand Down

0 comments on commit 27c87ff

Please sign in to comment.