Use stylish jshint reporter

This commit is contained in:
Sebastian McKenzie
2014-12-05 23:05:05 +11:00
parent da8edecc09
commit 055f894a88
2 changed files with 6 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ bench:
node node_modules/matcha/bin/_matcha
lint:
$(JSHINT_CMD) lib bin benchmark/index.js
$(JSHINT_CMD) --reporter node_modules/jshint-stylish/stylish.js lib bin benchmark/index.js
test-clean:
rm -rf test/tmp