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": [
"airbnb",
"plugin:import/electron",
"plugin:flowtype/recommended",
"prettier"
],
@ -12,10 +13,7 @@
"webpack": {
"config": "webpack.renderer.additions.js"
}
},
"import/core-modules": [
"electron"
]
}
},
"parser": "babel-eslint",
"env": {