Run jshint on more things
// FREEBIE
This commit is contained in:
parent
4ab2e25df6
commit
015bbdacc7
1 changed files with 6 additions and 11 deletions
17
Gruntfile.js
17
Gruntfile.js
|
@ -84,17 +84,12 @@ module.exports = function(grunt) {
|
|||
jshint: {
|
||||
files: [
|
||||
'Gruntfile.js',
|
||||
'js/background.js',
|
||||
'js/chromium.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',
|
||||
'js/**/*.js',
|
||||
'!js/libtextsecure.js',
|
||||
'!js/libaxolotl-worker.js',
|
||||
'!js/components.js',
|
||||
'!js/axolotl_store.js',
|
||||
'_locales/**/*'
|
||||
],
|
||||
options: { jshintrc: '.jshintrc' },
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue