File tree 3 files changed +5
-9
lines changed
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The above steps will automatically set up an ESLint configuration and install th
41
41
** If you want to set up the config manually** , run the following command:
42
42
43
43
``` bash
44
- npm install --save-dev eslint-config-standard eslint-plugin-standard eslint-plugin- promise eslint-plugin-import eslint-plugin-node
44
+ npm install --save-dev eslint-config-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node
45
45
```
46
46
47
47
Then, add this to your ` .eslintrc ` file:
Original file line number Diff line number Diff line change 15
15
"plugins" : [
16
16
" import" ,
17
17
" node" ,
18
- " promise" ,
19
- " standard"
18
+ " promise"
20
19
],
21
20
22
21
"globals" : {
231
230
"node/no-new-require" : " error" ,
232
231
"node/no-path-concat" : " error" ,
233
232
"node/process-exit-as-throw" : " error" ,
233
+ "node/no-callback-literal" : " error" ,
234
234
235
- "promise/param-names" : " error" ,
236
-
237
- "standard/no-callback-literal" : " error"
235
+ "promise/param-names" : " error"
238
236
}
239
237
}
Original file line number Diff line number Diff line change 15
15
"eslint-plugin-import" : " ^2.22.1" ,
16
16
"eslint-plugin-node" : " ^11.1.0" ,
17
17
"eslint-plugin-promise" : " ^4.2.1" ,
18
- "eslint-plugin-standard" : " ^4.0.2" ,
19
18
"tape" : " ^5.0.1"
20
19
},
21
20
"homepage" : " https://github.com/standard/eslint-config-standard" ,
51
50
"eslint" : " ^7.12.1" ,
52
51
"eslint-plugin-import" : " ^2.22.1" ,
53
52
"eslint-plugin-node" : " ^11.1.0" ,
54
- "eslint-plugin-promise" : " ^4.2.1" ,
55
- "eslint-plugin-standard" : " ^4.0.2"
53
+ "eslint-plugin-promise" : " ^4.2.1"
56
54
},
57
55
"repository" : {
58
56
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments