From 9d6a69e9a58d105706b11f948112719564d748d7 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sun, 4 Feb 2018 23:58:21 +0200 Subject: [PATCH] tools: add .mjs linting for Windows PR-URL: https://github.com/nodejs/node/pull/18569 Reviewed-By: Anna Henningsen Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: Anatoli Papirovski --- vcbuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcbuild.bat b/vcbuild.bat index 99826e600cb5a4..9e5bf00d4986bb 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