Skip to content

Commit 1c9112f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ if defined lint_js_ci goto lint-js-ci
509509
if not defined lint_js goto exit
510510
if not exist tools\node_modules\eslint goto no-lint
511511
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
512+
%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
513513
goto exit
514514

515515
:lint-js-ci

0 commit comments

Comments
 (0)