diff --git a/app/main/index.js b/app/main/index.js index 4fd5d8f0..e08bae1d 100644 --- a/app/main/index.js +++ b/app/main/index.js @@ -128,7 +128,7 @@ function createMainWindow() { return win; } -// TODO: fix certificate errors +// TODO - fix certificate errors app.commandLine.appendSwitch('ignore-certificate-errors', 'true'); app.on('window-all-closed', () => { diff --git a/package.json b/package.json index 62a73865..f4279046 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,15 @@ }, "xo": { "esnext": true, + "overrides":[ + { + "files": "app/main/*.js", + "rules": { + "max-lines": ["warn", 350], + "no-warning-comments": 0 + } + } + ], "envs": [ "node", "browser"