mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
workaround possible bug in grunt-contrib-jshint
This commit is contained in:
parent
ce57378705
commit
8a430b3698
@ -26,6 +26,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
jshint: {
|
||||
options: {
|
||||
ignores: [],// HACK: workaround https://github.com/gruntjs/grunt-contrib-jshint/issues/86
|
||||
jshintrc: 'js/.jshintrc'
|
||||
},
|
||||
gruntfile: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user