Skip to content

Commit

Permalink
Drop support below ESLint v8 (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddzz authored Dec 7, 2024
2 parents 05c3cb0 + b5285a9 commit e5660c3
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 @@ -90,7 +90,7 @@
"typescript-eslint": "^8.0.0"
},
"peerDependencies": {
"eslint": ">= 7"
"eslint": ">= 8.57.1"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=22.0.0"
Expand Down

0 comments on commit e5660c3

Please sign in to comment.