diff options
author | ilyayudovin <46264063+ilyayudovin@users.noreply.github.com> | 2020-06-14 15:58:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-14 15:58:02 +0300 |
commit | 99b44bc80fa3228131a05fccb13f75ff8a46b116 (patch) | |
tree | a77bcec54244156844e245494f1ce434a12fff34 /.eslintrc.json | |
parent | 57a2ff3cfa7eae111bb8f46447198586c47425fb (diff) | |
parent | 0308460d896966a9fe5e510926f44bac112923bb (diff) | |
download | which-ui-99b44bc80fa3228131a05fccb13f75ff8a46b116.tar.gz |
Merge pull request #31 from ilyayudovin/signIn
add sing in form
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 7b16771..75a787c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -19,6 +19,7 @@ "arrow-body-style": 0, "no-underscore-dangle": 0, "no-cond-assign": 0, + "no-nested-ternary": 0, "linebreak-style": 0, "react/prop-types": 0, "react/no-children-prop": 0, |