Skip to content

Commit 7ae3207

Browse files
committed
Remove hack/workaround for jshint/grunt bug that's now fixed
See gruntjs/grunt-contrib-jshint#86
1 parent fa854a5 commit 7ae3207

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ module.exports = function(grunt) {
2828
},
2929
jshint: {
3030
options: {
31-
ignores: [],// HACK: workaround https://github.com/gruntjs/grunt-contrib-jshint/issues/86
3231
jshintrc: 'js/.jshintrc'
3332
},
3433
gruntfile: {

0 commit comments

Comments
 (0)