From 796271adc4bf815c19c58f4231019502cb0bed24 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 7 Jun 2020 19:40:15 +0300 Subject: style: allow multiple expressions in one line --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4899960..ac3fbd3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -21,6 +21,7 @@ "linebreak-style": 0, "react/prop-types": 0, "react/no-children-prop": 0, - "react/no-danger": 0 + "react/no-danger": 0, + "react/jsx-one-expression-per-line": 0 } } -- cgit v1.2.3