Skip to content

Commit

Permalink
Include fix for jshint bug introduced in node 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsaylor committed Jan 18, 2017
1 parent a0ff60b commit db4958f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grunt/config/grunt-contrib-jshint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"jshint" : {
"options" : {
"jshintrc" : ".jshintrc"
"jshintrc" : ".jshintrc",
"reporterOutput": ""
},
"source" : ["./gruntfile.js", "test/**/*.js", "dist/bottle.js"]
}
Expand Down

0 comments on commit db4958f

Please sign in to comment.