From 9ec578406ad78f3ded1332ecd331c89c32059784 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 29 Aug 2020 15:33:50 +0300 Subject: style: remove object-curly-newline eslint rule --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.json') 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, -- cgit v1.2.3