mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 19:38:11 +08:00
remove ESLint rules
operator-linebreak is no different then default quotes is overwriting prettier config
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user