Skip to content

Commit 1c72466

Browse files
committed
chore: Bump to ESLint 8 (which should remove need to reapply promise plugin)
1 parent 7fb4cb8 commit 1c72466

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313
install:
1414
- echo "Avoid Travis's npm auto-install"
1515
before_script: >
16-
npm install --legacy-peer-deps --no-save "eslint@${ESLINT}" eslint-plugin-promise
16+
npm install --legacy-peer-deps --no-save "eslint@${ESLINT}"
1717
notifications:
1818
email: false
1919
script:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"babel-plugin-istanbul": "^6.1.1",
3232
"chai": "^4.3.4",
3333
"cross-env": "^7.0.3",
34-
"eslint": "^8.0.1",
34+
"eslint": "^8.1.0",
3535
"eslint-config-canonical": "^30.1.0",
3636
"gitdown": "^3.1.4",
3737
"glob": "^7.2.0",

0 commit comments

Comments
 (0)