Skip to content

Commit

Permalink
tools: use latest rather than next for markdown linting plugin
Browse files Browse the repository at this point in the history
eslint-plugin-markdown is being installed @next to get a bugfix for
eslint/markdown#69 but that
bugfix is in 1.0.0. Go back to installing @latest rather than @next.

PR-URL: #26345
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
Trott authored and addaleax committed Mar 2, 2019
1 parent 3560c3a commit adcbcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-eslint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit adcbcf5

Please sign in to comment.