Whitelist globals
This commit is contained in:
parent
090345523f
commit
6f7f55f783
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
/* eslint strict: ['error', 'never'] */
|
||||
|
||||
/* global $: false */
|
||||
/* global textsecure: false */
|
||||
|
||||
const electron = require('electron');
|
||||
const bunyan = require('bunyan');
|
||||
const _ = require('lodash');
|
||||
|
|
Loading…
Reference in a new issue