Update electron configuration for ESLint import plugin
This commit is contained in:
parent
01dd124d60
commit
ac821a5e4d
1 changed files with 2 additions and 4 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue