Skip to content

Commit f416bc3

Browse files
committed
fixup! Upgrade to ESLint 9
1 parent 325c5b6 commit f416bc3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"eslint-plugin-prettier": "^5.2.3",
4242
"eslint-plugin-react": "^7.37.4",
4343
"eslint-plugin-react-hooks": "^5.2.0",
44+
"typescript-eslint": "^8.26.1",
4445
"globals": "^16.0.0",
4546
"jest": "^29.7.0",
4647
"jest-environment-jsdom": "^29.7.0",
@@ -55,8 +56,7 @@
5556
"react-on-rails-rsc": "19.0.0",
5657
"redux": "^4.2.1",
5758
"ts-jest": "^29.2.5",
58-
"typescript": "^5.6.2",
59-
"typescript-eslint": "^8.26.1"
59+
"typescript": "^5.6.2"
6060
},
6161
"peerDependencies": {
6262
"react": ">= 16",

script/convert

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ gsub_file_content("../Gemfile.development_dependencies", 'gem "shakapacker", "8.
1919
gsub_file_content("../package.json", /"eslint": "[^"]*",/, "")
2020
gsub_file_content("../package.json", /"globals": "[^"]*",/, "")
2121
gsub_file_content("../package.json", /"knip": "[^"]*",/, "")
22+
gsub_file_content("../package.json", /"typescript-eslint": "[^"]*",/, "")
2223
gsub_file_content("../package.json", %r{"@arethetypeswrong/cli": "[^"]*",}, "")
2324
gsub_file_content("../package.json", %r{"@testing-library/dom": "[^"]*",}, "")
2425
gsub_file_content("../package.json", %r{"@testing-library/react": "[^"]*",}, "")

0 commit comments

Comments
 (0)