Skip to content

Commit

Permalink
Force more ESLint plugins to use v9
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Sep 8, 2024
1 parent df04503 commit 8fd2e16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
"overrides": {
"eslint-plugin-import": {
"eslint": "$eslint"
},
"eslint-plugin-react-hooks": {
"eslint": "$eslint"
},
"eslint-plugin-testing-library": {
"eslint": "$eslint"
}
},
"prettier": {
Expand Down

0 comments on commit 8fd2e16

Please sign in to comment.