Skip to content

Commit bc5868e

Browse files
committed
Fix jshint "Warning: Path must be a string. Received null Use --force to continue."
1 parent 0824a1e commit bc5868e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Gruntfile.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ module.exports = function(grunt) {
4646
'jquery.highlighttextarea.js'
4747
]
4848
}
49+
},
50+
options: {
51+
reporterOutput: ''
4952
}
5053
}
5154
});
@@ -62,4 +65,4 @@ module.exports = function(grunt) {
6265
grunt.registerTask('test', [
6366
'jshint'
6467
]);
65-
};
68+
};

0 commit comments

Comments
 (0)