0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01: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

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: {