diff --git a/Gruntfile.js b/Gruntfile.js index 9728db1fa2..ba80ce4eec 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -151,7 +151,7 @@ module.exports = function(grunt) { } }, jshint: { - files: ['Gruntfile.js'], // add 'src/**/*.js', 'test/**/*.js' + files: ['Gruntfile.js', 'js/background.js'], // add 'src/**/*.js', 'test/**/*.js' options: { jshintrc: '.jshintrc' }, }, jscs: {