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 faafc10 commit 4efa4deCopy full SHA for 4efa4de
script/convert
@@ -17,6 +17,7 @@ gsub_file_content("../Gemfile.development_dependencies", /gem "shakapacker", "[^
17
18
# The below packages don't work on the oldest supported Node version and aren't needed there anyway
19
gsub_file_content("../package.json", /"eslint": "[^"]*",/, "")
20
+gsub_file_content("../package.json", /"eslint-plugin-jest": "[^"]*",/, "")
21
gsub_file_content("../package.json", /"globals": "[^"]*",/, "")
22
gsub_file_content("../package.json", /"knip": "[^"]*",/, "")
23
gsub_file_content("../package.json", /"typescript-eslint": "[^"]*",/, "")
0 commit comments