Skip to content

Commit

Permalink
Added --save-dev to npm install commands in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Jan 2, 2017
1 parent 682ae68 commit 66e1e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,13 +10,13 @@ React specific linting rules for ESLint
Install [ESLint](https://www.github.com/eslint/eslint) either locally or globally.

```sh
$ npm install eslint
$ npm install eslint --save-dev
```

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

```sh
$ npm install eslint-plugin-react
$ npm install eslint-plugin-react --save-dev
```

# Configuration
Expand Down

0 comments on commit 66e1e5b

Please sign in to comment.