Skip to content

Commit aabbdc8

Browse files
vsemozhetbytMylesBorins
authored andcommitted
tools: add .mjs linting for Windows
PR-URL: #18569 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]>
1 parent 64c36d3 commit aabbdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ if defined lint_js_ci goto lint-js-ci
540540
if not defined lint_js goto exit
541541
if not exist tools\node_modules\eslint goto no-lint
542542
echo running lint-js
543-
%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
543+
%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
544544
goto exit
545545

546546
:lint-js-ci

0 commit comments

Comments
 (0)