Skip to content

Commit

Permalink
build: eslint@7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jun 17, 2020
1 parent 8ac4ece commit 32bd8a4
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 @@ -50,7 +50,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 mocha for testing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"uid-safe": "2.1.5"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint": "7.2.0",
"eslint-plugin-markdown": "1.0.2",
"mkdirp": "0.5.4",
"mocha": "7.2.0",
Expand Down

0 comments on commit 32bd8a4

Please sign in to comment.