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 a1b0d5d commit a0a45fcCopy full SHA for a0a45fc
vcbuild.bat
@@ -536,7 +536,7 @@ if defined lint_js_ci goto lint-js-ci
536
if not defined lint_js goto exit
537
if not exist tools\eslint goto no-lint
538
echo running lint-js
539
-%config%\node tools\eslint\bin\eslint.js --cache --rule "linebreak-style: 0" --rulesdir=tools\eslint-rules --ext=.js,.md benchmark doc lib test tools
+%config%\node tools\eslint\bin\eslint.js --cache --rule "linebreak-style: 0" --rulesdir=tools\eslint-rules --ext=.js,.mjs,.md benchmark doc lib test tools
540
goto exit
541
542
:lint-js-ci
0 commit comments