remove ESLint rules

operator-linebreak is no different then default
quotes is overwriting prettier config
This commit is contained in:
Severiano Badajoz
2020-05-26 11:23:20 -07:00
parent 271e7a1e76
commit bfcc62441c
-6
View File
@@ -21,13 +21,7 @@ module.exports = {
"react/jsx-filename-extension": "off",
"comma-dangle": "off",
"no-underscore-dangle": "off",
quotes: ["error", "double"],
"implicit-arrow-linebreak": "off",
"operator-linebreak": [
"error",
"after",
{ overrides: { "?": "before", ":": "before" } },
],
"no-console": "off",
"spaced-comment": ["error", "always", { exceptions: ["*"] }],
"no-param-reassign": "off",