mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
HOTFIX: Fix Codacy ESLint configuration
This commit is contained in:
parent
1b729496c9
commit
749039006a
1 changed files with 6 additions and 6 deletions
|
@ -11,12 +11,7 @@
|
||||||
"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": {
|
||||||
|
@ -33,6 +28,11 @@
|
||||||
"rules": {
|
"rules": {
|
||||||
"import/no-commonjs": "warn",
|
"import/no-commonjs": "warn",
|
||||||
"import/no-amd": "warn",
|
"import/no-amd": "warn",
|
||||||
|
"prettier/prettier": ["error", {
|
||||||
|
"trailingComma": "es5",
|
||||||
|
"printWidth": 100,
|
||||||
|
"singleQuote": true
|
||||||
|
}],
|
||||||
"func-names": ["warn", "as-needed"]
|
"func-names": ["warn", "as-needed"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue