From 015bbdacc79c9d8ef286891682a31df6e99a2db5 Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 17 Feb 2016 16:00:50 -0800 Subject: [PATCH] Run jshint on more things // FREEBIE --- Gruntfile.js | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 76fd767c..19794b7c 100644 --- a/Gruntfile.js +++ b/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' }, },