From 9272b0af3d7b2fba4738a341a1f2776243e0e515 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 18 Apr 2020 20:44:55 +0300 Subject: style: manually fix some errors --- .eslintrc.json | 2 ++ 1 file changed, 2 insertions(+) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index c5c45a7..a755820 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,7 +12,9 @@ "jsx-quotes": ["error", "prefer-double"], "quotes": ["error", "single"], "react/prop-types": 0, + "react/no-children-prop": 0, "arrow-body-style": 0, + "no-cond-assign": 0, "arrow-parens": [2, "as-needed"], "no-multiple-empty-lines": [2, { "max": 2, "maxEOF": 1 } ] } -- cgit v1.2.3