mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-04 14:03:27 +00:00
😎 Linting errors fixed
This commit is contained in:
@@ -128,7 +128,7 @@ function createMainWindow() {
|
|||||||
return win;
|
return win;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: fix certificate errors
|
// TODO - fix certificate errors
|
||||||
app.commandLine.appendSwitch('ignore-certificate-errors', 'true');
|
app.commandLine.appendSwitch('ignore-certificate-errors', 'true');
|
||||||
|
|
||||||
app.on('window-all-closed', () => {
|
app.on('window-all-closed', () => {
|
||||||
|
|||||||
@@ -44,6 +44,15 @@
|
|||||||
},
|
},
|
||||||
"xo": {
|
"xo": {
|
||||||
"esnext": true,
|
"esnext": true,
|
||||||
|
"overrides":[
|
||||||
|
{
|
||||||
|
"files": "app/main/*.js",
|
||||||
|
"rules": {
|
||||||
|
"max-lines": ["warn", 350],
|
||||||
|
"no-warning-comments": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"envs": [
|
"envs": [
|
||||||
"node",
|
"node",
|
||||||
"browser"
|
"browser"
|
||||||
|
|||||||
Reference in New Issue
Block a user