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 6460d07 commit a0c5b58Copy full SHA for a0c5b58
tools/update-babel-eslint.sh
@@ -16,7 +16,7 @@ npm init --yes
16
npm install --global-style --no-bin-links --production --no-package-lock babel-eslint@latest
17
18
# Use dmn to remove some unneeded files.
19
-npx [email protected] clean
+npx [email protected] -f clean
20
# Use removeNPMAbsolutePaths to remove unused data in package.json.
21
# This avoids churn as absolute paths can change from one dev to another.
22
npx [email protected] .
0 commit comments