Skip to content

Commit

Permalink
chore: Bump to ESLint 8 (which should remove need to reapply promise …
Browse files Browse the repository at this point in the history
…plugin)
  • Loading branch information
brettz9 committed Oct 22, 2021
1 parent 7fb4cb8 commit 1c72466
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 @@ -13,7 +13,7 @@ before_install:
install:
- echo "Avoid Travis's npm auto-install"
before_script: >
npm install --legacy-peer-deps --no-save "eslint@${ESLINT}" eslint-plugin-promise
npm install --legacy-peer-deps --no-save "eslint@${ESLINT}"
notifications:
email: false
script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"eslint": "^8.0.1",
"eslint": "^8.1.0",
"eslint-config-canonical": "^30.1.0",
"gitdown": "^3.1.4",
"glob": "^7.2.0",
Expand Down

0 comments on commit 1c72466

Please sign in to comment.