Skip to content

Commit 84a549d

Browse files
Add reporterOutlet for jshint to work.
1 parent 477920e commit 84a549d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ module.exports = function (grunt) {
6666
},
6767
gruntfile: {
6868
options: {
69-
jshintrc: '.jshintrc'
69+
jshintrc: '.jshintrc',
70+
reporterOutput: ''
7071
},
7172
src: 'Gruntfile.js'
7273
}

0 commit comments

Comments
 (0)