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 144f876 commit e0c3921Copy full SHA for e0c3921
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