From cde1fd4dd776d70e04f07083f56ac24e6b73ac48 Mon Sep 17 00:00:00 2001 From: Yosuke Furukawa Date: Tue, 12 May 2015 18:33:02 +0900 Subject: [PATCH] tools: remove closure_linter to eslint on windows --- vcbuild.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vcbuild.bat b/vcbuild.bat index 9132acbf44588d..fb6881c0e8e399 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -181,8 +181,7 @@ goto jslint :jslint if not defined jslint goto exit echo running jslint -set PYTHONPATH=tools/closure_linter/;tools/gflags/ -python tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js +%config%\iojs tools/eslint/bin/eslint.js src lib --reset --quiet goto exit :create-msvs-files-failed