File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ This table maps the rules between `eslint-plugin-jsdoc` and `jscs-jsdoc`.
49
49
Install [ ESLint] ( https://www.github.com/eslint/eslint ) either locally or globally.
50
50
51
51
``` sh
52
- npm install eslint
52
+ npm install --save-dev eslint
53
53
```
54
54
55
55
If you have installed ` ESLint ` globally, you have to install JSDoc plugin globally too. Otherwise, install it locally.
56
56
57
57
``` sh
58
- npm install eslint-plugin-jsdoc
58
+ npm install --save-dev eslint-plugin-jsdoc
59
59
```
60
60
61
61
## Configuration
Original file line number Diff line number Diff line change @@ -94,13 +94,13 @@ This table maps the rules between `eslint-plugin-jsdoc` and `jscs-jsdoc`.
94
94
Install [ ESLint] ( https://www.github.com/eslint/eslint ) either locally or globally.
95
95
96
96
``` sh
97
- npm install eslint
97
+ npm install --save-dev eslint
98
98
```
99
99
100
100
If you have installed ` ESLint ` globally, you have to install JSDoc plugin globally too. Otherwise, install it locally.
101
101
102
102
``` sh
103
- npm install eslint-plugin-jsdoc
103
+ npm install --save-dev eslint-plugin-jsdoc
104
104
```
105
105
106
106
<a name =" eslint-plugin-jsdoc-configuration " ></a >
You can’t perform that action at this time.
0 commit comments