Skip to content

Commit

Permalink
build: eslint@7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jul 11, 2020
1 parent 3069fcb commit d3fd8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ before_install:
# Setup Node.js version-specific dependencies
- |
# Configure eslint for linting
if node_version_lt '8.0'; then npm_remove_module_re '^eslint(-|$)'
if node_version_lt '10.0'; then npm_remove_module_re '^eslint(-|$)'
fi
- |
# Configure istanbul for coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"after": "0.8.2",
"eslint": "6.8.0",
"eslint": "7.4.0",
"eslint-plugin-markdown": "1.0.2",
"finalhandler": "1.1.2",
"istanbul": "0.4.5",
Expand Down

0 comments on commit d3fd8fa

Please sign in to comment.