jshint all the things
Small style fixes here and there. Removed one unused file.
This commit is contained in:
parent
76da5bb4f9
commit
ec43a0b633
9 changed files with 36 additions and 55 deletions
16
Gruntfile.js
16
Gruntfile.js
|
@ -151,7 +151,21 @@ module.exports = function(grunt) {
|
|||
}
|
||||
},
|
||||
jshint: {
|
||||
files: ['Gruntfile.js', 'js/background.js'], // add 'src/**/*.js', 'test/**/*.js'
|
||||
files: [
|
||||
'Gruntfile.js',
|
||||
'js/background.js',
|
||||
'js/chromium.js',
|
||||
'js/bimap.js',
|
||||
'js/conversation_panel.js',
|
||||
'js/database.js',
|
||||
'js/inbox_controller.js',
|
||||
'js/index.js',
|
||||
'js/libphonenumber-util.js',
|
||||
'js/options.js',
|
||||
'js/panel_controller.js',
|
||||
'js/models/*.js',
|
||||
'js/views/*.js',
|
||||
],
|
||||
options: { jshintrc: '.jshintrc' },
|
||||
},
|
||||
jscs: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue