Remove ESLint object-curly-newline rule.
This commit is contained in:
parent
7a9bbd4489
commit
35310454b1
1 changed files with 0 additions and 1 deletions
|
|
@ -174,7 +174,6 @@
|
|||
"no-underscore-dangle": "off",
|
||||
"no-unneeded-ternary": "error",
|
||||
"no-whitespace-before-property": "error",
|
||||
"object-curly-newline": ["error", { "minProperties": 1 }],
|
||||
"object-curly-spacing": ["error", "always"],
|
||||
"object-property-newline": "error",
|
||||
"one-var": ["error", "never"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue