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": {
|
||||
"config": "webpack.renderer.additions.js"
|
||||
}
|
||||
}
|
||||
},
|
||||
"import/core-modules": [
|
||||
"electron"
|
||||
]
|
||||
},
|
||||
"parser": "babel-eslint",
|
||||
"env": {
|
||||
|
|
Loading…
Reference in a new issue