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 node node_modules/matcha/bin/_matcha
lint: lint:
$(JSHINT_CMD) lib bin benchmark/index.js $(JSHINT_CMD) --reporter node_modules/jshint-stylish/stylish.js lib bin benchmark/index.js
test-clean: test-clean:
rm -rf test/tmp rm -rf test/tmp

View File

@ -52,13 +52,14 @@
"source-map-support": "0.2.8" "source-map-support": "0.2.8"
}, },
"devDependencies": { "devDependencies": {
"browserify": "6.3.2",
"chai": "^1.9.2",
"istanbul": "0.3.2", "istanbul": "0.3.2",
"jshint": "2.5.10",
"jshint-stylish": "^1.0.0",
"matcha": "0.6.0", "matcha": "0.6.0",
"mocha": "1.21.4", "mocha": "1.21.4",
"uglify-js": "2.4.15",
"browserify": "6.3.2",
"rimraf": "2.2.8", "rimraf": "2.2.8",
"jshint": "2.5.10", "uglify-js": "2.4.15"
"chai": "^1.9.2"
} }
} }