We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f0080 commit 7838570Copy full SHA for 7838570
.travis.yml
@@ -63,7 +63,7 @@ before_install:
63
fi
64
- |
65
# Configure eslint for linting
66
- if node_version_lt '6.0'; then npm_remove_module_re '^eslint(-|$)'
+ if node_version_lt '8.0'; then npm_remove_module_re '^eslint(-|$)'
67
68
69
# Configure mocha for testing
package.json
@@ -19,8 +19,8 @@
19
},
20
"devDependencies": {
21
"after": "0.8.2",
22
- "eslint": "5.16.0",
23
- "eslint-config-standard": "12.0.0",
+ "eslint": "6.1.0",
+ "eslint-config-standard": "13.0.1",
24
"eslint-plugin-import": "2.18.2",
25
"eslint-plugin-markdown": "1.0.0",
26
"eslint-plugin-node": "8.0.1",
0 commit comments