Add electron as a core module for ESLint
This commit is contained in:
parent
a40aecfb68
commit
29eb306934
1 changed files with 4 additions and 1 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue