Disable ESLint strict
rule for module
`js/logging.js` acts as a module even though it lives in `js/*`.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
/* eslint-env node */
|
||||
|
||||
/* eslint strict: ['error', 'never'] */
|
||||
|
||||
const electron = require('electron');
|
||||
const bunyan = require('bunyan');
|
||||
const _ = require('lodash');
|
||||
|
Reference in New Issue
Block a user