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.
2 parents a151815 + 66e1e5b commit fcacb51Copy full SHA for fcacb51
README.md
@@ -10,13 +10,13 @@ React specific linting rules for ESLint
10
Install [ESLint](https://www.github.com/eslint/eslint) either locally or globally.
11
12
```sh
13
-$ npm install eslint
+$ npm install eslint --save-dev
14
```
15
16
If you installed `ESLint` globally, you have to install React plugin globally too. Otherwise, install it locally.
17
18
19
-$ npm install eslint-plugin-react
+$ npm install eslint-plugin-react --save-dev
20
21
22
# Configuration
0 commit comments