Skip to content

Commit

Permalink
Merge pull request #198 from gardner/master
Browse files Browse the repository at this point in the history
Adding --save-dev to npm install commands in the README.md
  • Loading branch information
Intellicode committed Jul 9, 2018
2 parents 888f361 + 5791c46 commit 6c66a09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -13,20 +13,20 @@ React Native specific linting rules for ESLint. This repository is structured li
Install [ESLint](https://www.github.com/eslint/eslint) either locally or globally.

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

To make most use of this plugin, its recommended to install [eslint-plugin-react](http://github.com/yannickcr/eslint-plugin-react) in addition to [ESLint](https://www.github.com/eslint/eslint). If you installed `ESLint` globally, you have to install eslint-plugin-react globally too. Otherwise, install it locally.

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

Similarly, install eslint-plugin-react-native


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

# Configuration
Expand Down

0 comments on commit 6c66a09

Please sign in to comment.