Whitelist globals

This commit is contained in:
Daniel Gasienica 2018-03-05 16:13:54 -05:00
parent 090345523f
commit 6f7f55f783

View file

@ -2,6 +2,9 @@
/* eslint strict: ['error', 'never'] */
/* global $: false */
/* global textsecure: false */
const electron = require('electron');
const bunyan = require('bunyan');
const _ = require('lodash');