Add background.js to jshint
This commit is contained in:
parent
09704444e9
commit
76da5bb4f9
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue