mirror of https://github.com/vuejs/vue.git
use jshint-stylish
This commit is contained in:
parent
e60986d888
commit
0e5a8abc12
|
|
@ -20,6 +20,9 @@ module.exports = function( grunt ) {
|
|||
},
|
||||
|
||||
jshint: {
|
||||
options: {
|
||||
reporter: require('jshint-stylish')
|
||||
},
|
||||
dev: {
|
||||
src: ['src/**/*.js'],
|
||||
options: {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue