Skip to content

Commit fcacb51

Browse files
authored
Add --save-dev to npm install commands in readme
Added --save-dev to npm install commands in readme
2 parents a151815 + 66e1e5b commit fcacb51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ React specific linting rules for ESLint
1010
Install [ESLint](https://www.github.com/eslint/eslint) either locally or globally.
1111

1212
```sh
13-
$ npm install eslint
13+
$ npm install eslint --save-dev
1414
```
1515

1616
If you installed `ESLint` globally, you have to install React plugin globally too. Otherwise, install it locally.
1717

1818
```sh
19-
$ npm install eslint-plugin-react
19+
$ npm install eslint-plugin-react --save-dev
2020
```
2121

2222
# Configuration

0 commit comments

Comments
 (0)