Skip to content

Commit 9f443f9

Browse files
committed
lint: apply standard 13 style
1 parent 45a12d3 commit 9f443f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ before_install:
5959
# Setup Node.js version-specific dependencies
6060
- |
6161
# 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(-|$)'
6363
fi
6464
- |
6565
# Configure istanbul for coverage

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
},
1515
"devDependencies": {
1616
"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",
2020
"eslint-plugin-markdown": "1.0.0",
21-
"eslint-plugin-node": "8.0.1",
21+
"eslint-plugin-node": "9.1.0",
2222
"eslint-plugin-promise": "4.2.1",
2323
"eslint-plugin-standard": "4.0.0",
2424
"istanbul": "0.4.5",

0 commit comments

Comments
 (0)