diff --git a/Gruntfile.js b/Gruntfile.js index fff8672c7..80633c8f0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,6 +13,9 @@ module.exports = function(grunt) { } }, jshint: { + options: { + jshintrc: '.jshintrc' + }, all: ['*.js'] } });