Setup configuration files to work with Codacy #1059
1 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,12 @@
|
||||||
"webpack": {
|
"webpack": {
|
||||||
"config": "webpack.renderer.additions.js"
|
"config": "webpack.renderer.additions.js"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"prettier/prettier": ["error", {
|
||||||
|
"trailingComma": "es5",
|
||||||
|
"printWidth": 100,
|
||||||
|
"singleQuote": true
|
||||||
|
}]
|
||||||
},
|
},
|
||||||
"parser": "babel-eslint",
|
"parser": "babel-eslint",
|
||||||
"env": {
|
"env": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue