Skip to content

Commit

Permalink
build: eslint@6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 8, 2020
1 parent 2fb94e0 commit 8640b2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ before_install:
# Setup Node.js version-specific dependencies
- |
# eslint for linting
# - remove on Node.js < 6
if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -lt 6 ]]; then
# - remove on Node.js < 8
if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -lt 8 ]]; then
npm rm --slient --save-dev eslint eslint-plugin-markdown
fi
- |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"walk": "2.3.14"
},
"devDependencies": {
"eslint": "5.16.0",
"eslint": "6.8.0",
"eslint-plugin-markdown": "1.0.1",
"mocha": "7.0.1",
"nyc": "15.0.0",
Expand Down

0 comments on commit 8640b2d

Please sign in to comment.