diff --git a/.eslintrc.json b/.eslintrc.json index 588a1affd..5cf14c39a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -85,7 +85,7 @@ "no-trailing-spaces": [ "error", { "skipBlankLines": true, "ignoreComments": true } ], "no-underscore-dangle": "off", "no-whitespace-before-property": "error", - "object-curly-newline": [ "error", { "multiline": true, "minProperties": 2, "consistent": true } ], + "object-curly-newline": [ "error", { "multiline": true, "minProperties": 0, "consistent": true } ], "one-var-declaration-per-line": [ "error", "initializations" ], "quote-props": [ "error", "as-needed" ], "quotes": [ "error", "single" ],