use jshint-stylish

This commit is contained in:
Evan You 2013-11-02 20:43:07 -04:00
parent e60986d888
commit 0e5a8abc12
2 changed files with 5 additions and 1 deletions

View File

@ -20,6 +20,9 @@ module.exports = function( grunt ) {
},
jshint: {
options: {
reporter: require('jshint-stylish')
},
dev: {
src: ['src/**/*.js'],
options: {

View File

@ -28,6 +28,7 @@
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-mocha": "~0.4.1",
"jscoverage": "~0.3.8"
"jscoverage": "~0.3.8",
"jshint-stylish": "0.1.3"
}
}