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: { source: {
src: ['client/src/**/*.js', '*conf.js', '*.config.js', 'Gruntfile.js'], src: ['client/src/**/*.js', '*conf.js', '*.config.js', 'Gruntfile.js'],
options: { options: {
reporter: 'jslint', reporter: require('jshint-stylish'),
reporterOutput: 'coverage/jshint.xml',
jshintrc: true jshintrc: true
} }
}, },