Add electron as a core module for ESLint

This commit is contained in:
Igor Gassmann 2017-12-13 18:50:17 -03:00
parent a40aecfb68
commit 29eb306934

View file

@ -12,7 +12,10 @@
"webpack": { "webpack": {
"config": "webpack.renderer.additions.js" "config": "webpack.renderer.additions.js"
} }
} },
"import/core-modules": [
"electron"
]
}, },
"parser": "babel-eslint", "parser": "babel-eslint",
"env": { "env": {