diff options
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 75a787c..479e04f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -21,6 +21,7 @@ "no-cond-assign": 0, "no-nested-ternary": 0, "linebreak-style": 0, + "object-curly-newline": 0, "react/prop-types": 0, "react/no-children-prop": 0, "react/no-danger": 0, |