aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-06-07 20:16:35 +0300
committerGitHub <noreply@github.com>2020-06-07 20:16:35 +0300
commitb8b848dfd6e3843c6b455c8344320dcd187b72da (patch)
tree448562cddde0e5cdf6014fab6b00554970539dff /.eslintrc.json
parent4e4c9d529e6f70e7dac84aaecb5b6a25769c3290 (diff)
parent796271adc4bf815c19c58f4231019502cb0bed24 (diff)
downloadwhich-ui-b8b848dfd6e3843c6b455c8344320dcd187b72da.tar.gz
Merge pull request #13 from ilyayudovin/header-enhanced
Improve Header styles
Diffstat (limited to '.eslintrc.json')
-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
}
}