Skip to content

Commit

Permalink
deps: upgrade eslint to 7 (#2153)
Browse files Browse the repository at this point in the history
eslint 6 was not satisfying the peer dependency of eslint-mocha and
causing this repo to fail when being installed with npm 7.
  • Loading branch information
MylesBorins authored Oct 14, 2020
1 parent 363d9f4 commit 646f8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"chai": "^4.0.2",
"chai-subset": "^1.5.0",
"codecov": "^3.6.1",
"eslint": "^6.6.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^7.0.0",
Expand Down

0 comments on commit 646f8de

Please sign in to comment.