diff options
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 } } |