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:
Igor Gassmann 2018-03-06 17:47:09 -05:00
parent 539dea931a
commit 52f2d6140d

View file

@ -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"]
} }
} }