Skip to content

Commit e7aa6c4

Browse files
committed
Merge pull request #197 from scottnonnenberg/fix-io-1.6.0
Don’t force reporterOutput to null
2 parents 07db678 + a0cd3db commit e7aa6c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks/jshint.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ module.exports = function(grunt) {
1919

2020
// Merge task-specific and/or target-specific options with these defaults.
2121
var options = this.options({
22-
force: false,
23-
reporterOutput: null
22+
force: false
2423
});
2524

2625
// Report JSHint errors but dont fail the task

0 commit comments

Comments
 (0)