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 <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
Trott committed Mar 2, 2019
1 parent 144f876 commit e0c3921
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 e0c3921

Please sign in to comment.