We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f114d commit 9974d6aCopy full SHA for 9974d6a
vcbuild.bat
@@ -509,7 +509,7 @@ if defined lint_js_ci goto lint-js-ci
509
if not defined lint_js goto exit
510
if not exist tools\node_modules\eslint goto no-lint
511
echo running lint-js
512
-%config%\node tools\node_modules\eslint\bin\eslint.js --cache --rule "linebreak-style: 0" --rulesdir=tools\eslint-rules --ext=.js,.md benchmark doc lib test tools
+%config%\node tools\node_modules\eslint\bin\eslint.js --cache --rule "linebreak-style: 0" --rulesdir=tools\eslint-rules --ext=.js,.mjs,.md benchmark doc lib test tools
513
goto exit
514
515
:lint-js-ci
0 commit comments