From 1755e24854f622eefbe38aad66bd66f69026586c Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Mon, 5 Mar 2018 18:25:07 -0500 Subject: [PATCH] Add ES2015 modules to JSHint ignore list --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index e15177541..d64409148 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -103,7 +103,9 @@ module.exports = function(grunt) { '!js/Mp3LameEncoder.min.js', '!js/libsignal-protocol-worker.js', '!js/components.js', + '!js/logging.js', '!js/modules/**/*.js', + '!js/views/debug_log_view.js', '!js/signal_protocol_store.js', '_locales/**/*' ],