Skip to content

Commit adcbcf5

Browse files
Trottaddaleax
authored andcommitted
tools: use latest rather than next for markdown linting plugin
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]>
1 parent 3560c3a commit adcbcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-eslint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ npm init --yes
1616
npm install --global-style --no-bin-links --production --no-package-lock eslint@latest
1717
cd node_modules/eslint
1818

19-
npm install --no-bin-links --production --no-package-lock eslint-plugin-markdown@next
19+
npm install --no-bin-links --production --no-package-lock eslint-plugin-markdown@latest
2020
cd ../..
2121

2222
# Use dmn to remove some unneeded files.

0 commit comments

Comments
 (0)