Skip to content

Commit

Permalink
Add --save-dev to npm install commands in readme
Browse files Browse the repository at this point in the history
Added --save-dev to npm install commands in readme
  • Loading branch information
yannickcr committed Jan 18, 2017
2 parents a151815 + 66e1e5b commit fcacb51
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 fcacb51

Please sign in to comment.