summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-08-21 07:09:43 -0700
committerNode.js GitHub Bot <github-bot@iojs.org>2021-08-22 04:13:32 +0000
commit11109470b744559c1a67d324fe52b3864440ccd5 (patch)
treed5db0c92f7d52aad7b856538f211381d063b69fb /vcbuild.bat
parent1deafcd653357c43e1181b0d80a29c34b1c89670 (diff)
downloadnode-new-11109470b744559c1a67d324fe52b3864440ccd5.tar.gz
tools: fix markdown linting
This updates remark-preset-lint-node to 3.0.1, which actually works unlike the 3.0.0 version we're using. (Sorry about 3.0.0 not actually linting!) It also updates rollup and the rollup config. So this uses the latest everything as of this writing. PR-URL: https://github.com/nodejs/node/pull/39832 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 202b0ecb7e..f5f3fa4226 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -674,7 +674,7 @@ for /D %%D IN (doc\*) do (
set "lint_md_files="%%F" !lint_md_files!"
)
)
-%node_exe% tools\lint-md.js -q -f %lint_md_files%
+%node_exe% tools\lint-md.mjs -q -f %lint_md_files%
ENDLOCAL
goto exit