mirror of https://github.com/nodejs/node.git
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
parent
144f876c68
commit
e0c39218d9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue