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": [
|
||||
"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": {
|
||||
|
|
Loading…
Reference in a new issue