mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 13:03:22 +00:00
🎨 fixed linting errors
This commit is contained in:
@@ -3,6 +3,7 @@ const ipcRenderer = require('electron').ipcRenderer;
|
||||
const {webFrame} = require('electron');
|
||||
const {spellChecker} = require('./spellchecker');
|
||||
|
||||
// eslint-disable-next-line import/no-unassigned-import
|
||||
require('./domain');
|
||||
|
||||
// handle zooming functionality
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
"rules": {
|
||||
"max-lines": [
|
||||
"warn",
|
||||
350
|
||||
500
|
||||
],
|
||||
"no-warning-comments": 0,
|
||||
"no-else-return": 0,
|
||||
|
||||
Reference in New Issue
Block a user