File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ before_install:
59
59
# Setup Node.js version-specific dependencies
60
60
- |
61
61
# Configure eslint for linting
62
- if node_version_lt '6 .0'; then npm_remove_module_re '^eslint(-|$)'
62
+ if node_version_lt '8 .0'; then npm_remove_module_re '^eslint(-|$)'
63
63
fi
64
64
- |
65
65
# Configure istanbul for coverage
Original file line number Diff line number Diff line change 14
14
},
15
15
"devDependencies" : {
16
16
"after" : " 0.8.2" ,
17
- "eslint" : " 5.16.0 " ,
18
- "eslint-config-standard" : " 12 .0.0 " ,
19
- "eslint-plugin-import" : " 2.18.0 " ,
17
+ "eslint" : " 6.0.1 " ,
18
+ "eslint-config-standard" : " 13 .0.1 " ,
19
+ "eslint-plugin-import" : " 2.18.2 " ,
20
20
"eslint-plugin-markdown" : " 1.0.0" ,
21
- "eslint-plugin-node" : " 8.0.1 " ,
21
+ "eslint-plugin-node" : " 9.1.0 " ,
22
22
"eslint-plugin-promise" : " 4.2.1" ,
23
23
"eslint-plugin-standard" : " 4.0.0" ,
24
24
"istanbul" : " 0.4.5" ,
You can’t perform that action at this time.
0 commit comments