2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Remove hack/workaround for jshint/grunt bug that's now fixed

See https://github.com/gruntjs/grunt-contrib-jshint/issues/86
This commit is contained in:
Chris Rebert
2013-07-29 17:17:52 -07:00
parent fa854a58bd
commit 7ae32074a0
-1
View File
@@ -28,7 +28,6 @@ module.exports = function(grunt) {
},
jshint: {
options: {
ignores: [],// HACK: workaround https://github.com/gruntjs/grunt-contrib-jshint/issues/86
jshintrc: 'js/.jshintrc'
},
gruntfile: {