We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81c6c8 commit 8d14870Copy full SHA for 8d14870
tools/update-eslint.sh
@@ -20,7 +20,7 @@ npm install --no-bin-links --production --no-package-lock eslint-plugin-markdown
20
cd ../..
21
22
# Use dmn to remove some unneeded files.
23
-npx dmn@2.0.0 -f clean
+npx dmn@2.1.0 -f clean
24
# Use removeNPMAbsolutePaths to remove unused data in package.json.
25
# This avoids churn as absolute paths can change from one dev to another.
26
npx [email protected] .
0 commit comments