Skip to content

Commit 2e75e87

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)