We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3560c3a commit adcbcf5Copy full SHA for adcbcf5
tools/update-eslint.sh
@@ -16,7 +16,7 @@ npm init --yes
16
npm install --global-style --no-bin-links --production --no-package-lock eslint@latest
17
cd node_modules/eslint
18
19
-npm install --no-bin-links --production --no-package-lock eslint-plugin-markdown@next
+npm install --no-bin-links --production --no-package-lock eslint-plugin-markdown@latest
20
cd ../..
21
22
# Use dmn to remove some unneeded files.
0 commit comments