Update electron configuration for ESLint import plugin

This commit is contained in:
Igor Gassmann 2017-12-20 12:32:59 -03:00
parent 01dd124d60
commit ac821a5e4d

View file

@ -4,6 +4,7 @@
], ],
"extends": [ "extends": [
"airbnb", "airbnb",
"plugin:import/electron",
"plugin:flowtype/recommended", "plugin:flowtype/recommended",
"prettier" "prettier"
], ],
@ -12,10 +13,7 @@
"webpack": { "webpack": {
"config": "webpack.renderer.additions.js" "config": "webpack.renderer.additions.js"
} }
}, }
"import/core-modules": [
"electron"
]
}, },
"parser": "babel-eslint", "parser": "babel-eslint",
"env": { "env": {