diff options
author | Vse Mozhet Byt <vsemozhetbyt@gmail.com> | 2018-02-04 23:58:21 +0200 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2018-03-29 23:28:22 -0400 |
commit | a0a45fc3b67f1eaca12478798b91134cd641b602 (patch) | |
tree | 89f228cda0888d86c896594db7f7d9da62264ff3 /vcbuild.bat | |
parent | a1b0d5da07b346e7f681df52269d7759572b6413 (diff) | |
download | node-new-a0a45fc3b67f1eaca12478798b91134cd641b602.tar.gz |
tools: add .mjs linting for Windows
Backport-PR-URL: https://github.com/nodejs/node/pull/19496
PR-URL: https://github.com/nodejs/node/pull/18569
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r-- | vcbuild.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat index 99826e600c..9e5bf00d49 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -536,7 +536,7 @@ if defined lint_js_ci goto lint-js-ci if not defined lint_js goto exit if not exist tools\eslint goto no-lint echo running lint-js -%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 goto exit :lint-js-ci |