diff --git a/Gruntfile.js b/Gruntfile.js index 0e4fc244b6..0da0e834f6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: {