mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
workaround possible bug in grunt-contrib-jshint
This commit is contained in:
parent
ce57378705
commit
ba62cfeffe
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue