diff options
author | ilyayudovin <46264063+ilyayudovin@users.noreply.github.com> | 2020-06-07 20:20:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 20:20:21 +0300 |
commit | 98442762c1bbdf4e4aff317ca8ec660b6817418f (patch) | |
tree | ff56c75b023fa166781275adfd65ea917d275968 /.eslintrc.json | |
parent | 5ff3d0a3a29ebba9c42603369bb16d7419a423d1 (diff) | |
parent | b8b848dfd6e3843c6b455c8344320dcd187b72da (diff) | |
download | which-ui-98442762c1bbdf4e4aff317ca8ec660b6817418f.tar.gz |
Merge branch 'master' into feed
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
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 } } |