diff --git a/js/logging.js b/js/logging.js index a00f7e02e..f6aa4ebd3 100644 --- a/js/logging.js +++ b/js/logging.js @@ -2,6 +2,9 @@ /* eslint strict: ['error', 'never'] */ +/* global $: false */ +/* global textsecure: false */ + const electron = require('electron'); const bunyan = require('bunyan'); const _ = require('lodash');