From 76da5bb4f953f951e1e08f1fde273c1a4a22eb3b Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 18 Feb 2015 23:59:41 -0800 Subject: [PATCH] Add background.js to jshint --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 9728db1f..ba80ce4e 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: {