We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c9a52 commit 966acb9Copy full SHA for 966acb9
vcbuild.bat
@@ -181,8 +181,7 @@ goto jslint
181
:jslint
182
if not defined jslint goto exit
183
echo running jslint
184
-set PYTHONPATH=tools/closure_linter/;tools/gflags/
185
-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
186
goto exit
187
188
:create-msvs-files-failed
0 commit comments