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 3e79b7b commit b4f1f5aCopy full SHA for b4f1f5a
script/convert
@@ -22,6 +22,7 @@ gsub_file_content("../spec/dummy/package.json", /"shakapacker": "[^"]*",/, '"sha
22
23
# The below packages don't work on the oldest supported Node version and aren't needed there anyway
24
gsub_file_content("../package.json", /"eslint": "[^"]*",/, "")
25
+gsub_file_content("../package.json", /"eslint-plugin-jest": "[^"]*",/, "")
26
gsub_file_content("../package.json", /"globals": "[^"]*",/, "")
27
gsub_file_content("../package.json", /"knip": "[^"]*",/, "")
28
gsub_file_content("../package.json", /"publint": "[^"]*",/, "")
0 commit comments