Skip to content

Commit 27c87ff

Browse files
authored
docs: use eslint v8(latest)
1 parent 6720200 commit 27c87ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ React specific linting rules for `eslint`
88
# Installation
99

1010
```sh
11-
$ npm install eslint@7 eslint-plugin-react --save-dev
11+
$ npm install eslint@8 eslint-plugin-react --save-dev
1212
```
1313

1414
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.

0 commit comments

Comments
 (0)