Remove ESLint `object-curly-newline` rule.

This commit is contained in:
XhmikosR 2020-05-26 19:20:49 +03:00
parent 7a9bbd4489
commit 35310454b1
1 changed files with 0 additions and 1 deletions

View File

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