aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-07 19:40:15 +0300
committereug-vs <eug-vs@keemail.me>2020-06-07 19:40:15 +0300
commit796271adc4bf815c19c58f4231019502cb0bed24 (patch)
tree448562cddde0e5cdf6014fab6b00554970539dff
parent26911f1e971b798aac51e15ae3b54a4f40dd334a (diff)
downloadwhich-ui-796271adc4bf815c19c58f4231019502cb0bed24.tar.gz
style: allow multiple expressions in one line
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
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
}
}