Switch Grunt jshint to stdout output #3845

This commit is contained in:
Leigh Johnson 2016-11-09 11:41:09 -05:00
parent 38e40c7eba
commit 3706cc9337

View File

@ -2,8 +2,7 @@ module.exports = {
source: {
src: ['client/src/**/*.js', '*conf.js', '*.config.js', 'Gruntfile.js'],
options: {
reporter: 'jslint',
reporterOutput: 'coverage/jshint.xml',
reporter: require('jshint-stylish'),
jshintrc: true
}
},