Add background.js to jshint

pull/749/head
lilia 11 years ago
parent 09704444e9
commit 76da5bb4f9

@ -151,7 +151,7 @@ module.exports = function(grunt) {
} }
}, },
jshint: { jshint: {
files: ['Gruntfile.js'], // add 'src/**/*.js', 'test/**/*.js' files: ['Gruntfile.js', 'js/background.js'], // add 'src/**/*.js', 'test/**/*.js'
options: { jshintrc: '.jshintrc' }, options: { jshintrc: '.jshintrc' },
}, },
jscs: { jscs: {

Loading…
Cancel
Save