File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 19
19
/.project
20
20
/.cproject
21
21
icu_config.gypi
22
+ .eslintcache
22
23
23
24
/out
24
25
Original file line number Diff line number Diff line change @@ -678,7 +678,8 @@ bench: bench-net bench-http bench-fs bench-tls
678
678
bench-ci : bench
679
679
680
680
jslint :
681
- $(NODE ) tools/jslint.js -J benchmark lib test tools
681
+ $(NODE ) tools/eslint/bin/eslint.js --cache --rulesdir=tools/eslint-rules \
682
+ benchmark lib test tools
682
683
683
684
jslint-ci :
684
685
$(NODE ) tools/jslint.js $(PARALLEL_ARGS ) -f tap -o test-eslint.tap \
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ if defined jslint_ci goto jslint-ci
363
363
if not defined jslint goto exit
364
364
if not exist tools\eslint\lib\eslint.js goto no-lint
365
365
echo running jslint
366
- %config% \node tools\jslint .js -J benchmark lib test tools
366
+ %config% \node tools\eslint\bin\eslint .js --cache --rulesdir=tools\eslint-rules benchmark lib test tools
367
367
goto exit
368
368
369
369
:jslint-ci
You can’t perform that action at this time.
0 commit comments