Skip to content

Commit 7838570

Browse files
committed
lint: apply standard 13 style
1 parent 34f0080 commit 7838570

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ before_install:
6363
fi
6464
- |
6565
# Configure eslint for linting
66-
if node_version_lt '6.0'; then npm_remove_module_re '^eslint(-|$)'
66+
if node_version_lt '8.0'; then npm_remove_module_re '^eslint(-|$)'
6767
fi
6868
- |
6969
# Configure mocha for testing

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"after": "0.8.2",
22-
"eslint": "5.16.0",
23-
"eslint-config-standard": "12.0.0",
22+
"eslint": "6.1.0",
23+
"eslint-config-standard": "13.0.1",
2424
"eslint-plugin-import": "2.18.2",
2525
"eslint-plugin-markdown": "1.0.0",
2626
"eslint-plugin-node": "8.0.1",

0 commit comments

Comments
 (0)