Skip to content

Commit

Permalink
lint: apply standard 14 style
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 11, 2019
1 parent f06791b commit 93eb617
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ before_install:
fi
- |
# Configure eslint for linting
if node_version_lt '6.0'; then npm_remove_module_re '^eslint(-|$)'
if node_version_lt '8.0'; then npm_remove_module_re '^eslint(-|$)'
fi
- |
# Configure mocha for testing
Expand Down
2 changes: 1 addition & 1 deletion benchmark/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function runScripts (fileNames) {
console.log('> %s %s', exe, path.relative(cwd, fullPath))

var proc = spawn(exe, [fullPath], {
'stdio': 'inherit'
stdio: 'inherit'
})

proc.on('exit', function () {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
"bluebird": "3.5.5",
"eslint": "5.16.0",
"eslint-config-standard": "12.0.0",
"eslint": "6.3.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-markdown": "1.0.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-standard": "4.0.0",
"eslint-plugin-node": "9.2.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"istanbul": "0.4.5",
"mocha": "6.2.0"
},
Expand Down

0 comments on commit 93eb617

Please sign in to comment.