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: {
|
jshint: {
|
||||||
files: [
|
files: [
|
||||||
'Gruntfile.js',
|
'Gruntfile.js',
|
||||||
'js/background.js',
|
'js/**/*.js',
|
||||||
'js/chromium.js',
|
'!js/libtextsecure.js',
|
||||||
'js/conversation_panel.js',
|
'!js/libaxolotl-worker.js',
|
||||||
'js/database.js',
|
'!js/components.js',
|
||||||
'js/inbox_controller.js',
|
'!js/axolotl_store.js',
|
||||||
'js/index.js',
|
'_locales/**/*'
|
||||||
'js/libphonenumber-util.js',
|
|
||||||
'js/options.js',
|
|
||||||
'js/panel_controller.js',
|
|
||||||
'js/models/*.js',
|
|
||||||
'js/views/*.js',
|
|
||||||
],
|
],
|
||||||
options: { jshintrc: '.jshintrc' },
|
options: { jshintrc: '.jshintrc' },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue