mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
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