Setup ESLint and Prettier and apply changes to sources #891
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