We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07db678 + a0cd3db commit e7aa6c4Copy full SHA for e7aa6c4
tasks/jshint.js
@@ -19,8 +19,7 @@ module.exports = function(grunt) {
19
20
// Merge task-specific and/or target-specific options with these defaults.
21
var options = this.options({
22
- force: false,
23
- reporterOutput: null
+ force: false
24
});
25
26
// Report JSHint errors but dont fail the task
0 commit comments