We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325c5b6 commit abea751Copy full SHA for abea751
script/convert
@@ -19,6 +19,7 @@ gsub_file_content("../Gemfile.development_dependencies", 'gem "shakapacker", "8.
19
gsub_file_content("../package.json", /"eslint": "[^"]*",/, "")
20
gsub_file_content("../package.json", /"globals": "[^"]*",/, "")
21
gsub_file_content("../package.json", /"knip": "[^"]*",/, "")
22
+gsub_file_content("../package.json", /"typescript-eslint": "[^"]*",?/, "")
23
gsub_file_content("../package.json", %r{"@arethetypeswrong/cli": "[^"]*",}, "")
24
gsub_file_content("../package.json", %r{"@testing-library/dom": "[^"]*",}, "")
25
gsub_file_content("../package.json", %r{"@testing-library/react": "[^"]*",}, "")
0 commit comments