--save-dev instead of -D [skip ci]

This commit is contained in:
Henry Zhu
2016-07-01 08:24:41 -04:00
parent 1daf7f9865
commit f6c2d2e0e5

View File

@@ -7,7 +7,7 @@ for use with Babel, but it can't change the built in rules to support experiment
### Install
```sh
npm install eslint-plugin-babel -D
npm install eslint-plugin-babel --save-dev
```
Load the plugin in your `.eslintrc` file: