We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62ab20 commit bf08998Copy full SHA for bf08998
README.md
@@ -10,10 +10,10 @@ React specific linting rules for `eslint`
10
Install [`eslint`](https://www.github.com/eslint/eslint) either locally or globally. (Note that locally, per project, is strongly preferred)
11
12
```sh
13
-$ npm install eslint --save-dev
+$ npm install eslint@7 --save-dev
14
```
15
16
-If you installed `eslint` globally, you have to install React plugin globally too. Otherwise, install it locally.
+If you installed `eslint` globally, you have to install the React plugin globally too. Otherwise, install it locally (strongly preferred)
17
18
19
$ npm install eslint-plugin-react --save-dev
0 commit comments