🎨 fixed linting errors

This commit is contained in:
akashnimare
2017-01-07 17:27:54 +05:30
parent 2e5888c8af
commit 4060596474
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -98,7 +98,7 @@
"rules": {
"max-lines": [
"warn",
350
500
],
"no-warning-comments": 0,
"no-else-return": 0,