Skip to content

Commit a0a45fc

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

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
@@ -536,7 +536,7 @@ if defined lint_js_ci goto lint-js-ci
536536
if not defined lint_js goto exit
537537
if not exist tools\eslint goto no-lint
538538
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
539+
%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
540540
goto exit
541541

542542
:lint-js-ci

0 commit comments

Comments
 (0)