Skip to content

Commit

Permalink
feat!: Drop eslint@7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood committed May 27, 2024
1 parent 2af11a0 commit 75e107b
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 @@ -84,7 +84,7 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
"eslint": "^8.0.0 || ^9.0.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
Expand Down

0 comments on commit 75e107b

Please sign in to comment.