mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-03 12:30:10 +00:00
Merge pull request #1059 from lbryio/issue/977
Setup configuration files to work with Codacy
This commit is contained in:
commit
1b729496c9
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