Disable ESLint strict
rule for module
`js/logging.js` acts as a module even though it lives in `js/*`.
This commit is contained in:
parent
7db44e35bd
commit
090345523f
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
/* eslint-env node */
|
/* eslint-env node */
|
||||||
|
|
||||||
|
/* eslint strict: ['error', 'never'] */
|
||||||
|
|
||||||
const electron = require('electron');
|
const electron = require('electron');
|
||||||
const bunyan = require('bunyan');
|
const bunyan = require('bunyan');
|
||||||
const _ = require('lodash');
|
const _ = require('lodash');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue