chore: remove ESLint Prettier-related errors
Those errors are temporaly being removed so they dont spam Codacy. They shall be added again with https://github.com/lbryio/lbry-app/issues/967.
This commit is contained in:
parent
539dea931a
commit
52f2d6140d
1 changed files with 1 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
||||||
"airbnb",
|
"airbnb",
|
||||||
"plugin:import/electron",
|
"plugin:import/electron",
|
||||||
"plugin:flowtype/recommended",
|
"plugin:flowtype/recommended",
|
||||||
"plugin:prettier/recommended"
|
"prettier"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"import/resolver": {
|
"import/resolver": {
|
||||||
|
@ -28,11 +28,6 @@
|
||||||
"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…
Reference in a new issue