Skip to content

Commit

Permalink
feat: support ESLint v9 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Mar 2, 2023
1 parent fc6c931 commit 57693be
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 @@ -65,7 +65,7 @@
"warun": "^1.0.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Expand Down

0 comments on commit 57693be

Please sign in to comment.