Skip to content

Commit

Permalink
Fix: support eslint v6
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jul 29, 2021
1 parent f9b5321 commit 7ff6c47
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 @@ -58,7 +58,7 @@
"nyc": "^15.1.0"
},
"peerDependencies": {
"eslint": "^7.0.0"
"eslint": ">=6.0.0"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
Expand Down

0 comments on commit 7ff6c47

Please sign in to comment.