Skip to content

Commit 7f68cff

Browse files
committed
1 parent b4ea772 commit 7f68cff

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
@@ -14,7 +14,8 @@ module.exports = function(grunt) {
1414
' */',
1515
jshint: {
1616
options: {
17-
jshintrc: true
17+
jshintrc: true,
18+
reporterOutput: ""
1819
},
1920
all: ['src/js/*.js']
2021
},

0 commit comments

Comments
 (0)