★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/aabbdc84c2Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
tools: add .mjs linting for Windows
PR-URL: #18569
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
  • Loading branch information
vsemozhetbyt authored and MylesBorins committed Feb 21, 2018
1 parent 64c36d3 commit aabbdc84c2b967eee97f669cd1f751a790cac467
Showing with 1 addition and 1 deletion.
  1. +1 −1 vcbuild.bat
@@ -540,7 +540,7 @@ if defined lint_js_ci goto lint-js-ci
if not defined lint_js goto exit
if not exist tools\node_modules\eslint goto no-lint
echo running lint-js
%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
goto exit

:lint-js-ci

0 comments on commit aabbdc8

Please sign in to comment.