diff --git a/tools/update-eslint.sh b/tools/update-eslint.sh index 9a2f5f4401e892..ad9bcc8d65ce2c 100755 --- a/tools/update-eslint.sh +++ b/tools/update-eslint.sh @@ -16,7 +16,7 @@ npm init --yes npm install --global-style --no-bin-links --production --no-package-lock eslint@latest cd node_modules/eslint -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 cd ../.. # Use dmn to remove some unneeded files.