tools: use latest rather than next for markdown linting plugin

eslint-plugin-markdown is being installed @next to get a bugfix for
https://github.com/eslint/eslint-plugin-markdown/issues/69 but that
bugfix is in 1.0.0. Go back to installing @latest rather than @next.

PR-URL: https://github.com/nodejs/node/pull/26345
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
pull/26395/head
Rich Trott 2019-02-27 22:29:45 -08:00
parent 144f876c68
commit e0c39218d9
1 changed files with 1 additions and 1 deletions

View File

@ -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.