File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ {"extends" : " semistandard" }
Original file line number Diff line number Diff line change 19
19
"support" : " ./bin/support"
20
20
},
21
21
"scripts" : {
22
- "test" : " standard && mocha --delay" ,
22
+ "pretest" : " eslint --ignore-path .gitignore ." ,
23
+ "test" : " mocha --delay" ,
23
24
"prepublishOnly" : " npm test" ,
24
25
"postpublish" : " git push origin && git push origin --tags"
25
26
},
33
34
"yargs" : " ^15.0.2"
34
35
},
35
36
"devDependencies" : {
37
+ "eslint" : " ^7.5.0" ,
38
+ "eslint-config-semistandard" : " ^15.0.1" ,
39
+ "eslint-config-standard" : " ^14.1.1" ,
40
+ "eslint-plugin-import" : " ^2.22.0" ,
41
+ "eslint-plugin-node" : " ^11.1.0" ,
42
+ "eslint-plugin-promise" : " ^4.2.1" ,
43
+ "eslint-plugin-standard" : " ^4.0.1" ,
36
44
"fs-extra" : " ^8.1.0" ,
37
- "mocha" : " ^6.2.0" ,
38
- "standard" : " ^14.0.2"
45
+ "mocha" : " ^6.2.0"
39
46
},
40
47
"engines" : {
41
48
"node" : " ^14 || ^13 || ^12 || ^11 || ^10 || ^8 || ^6"
You can’t perform that action at this time.
0 commit comments