diff options
author | ilyayudovin <46264063+ilyayudovin@users.noreply.github.com> | 2020-08-29 23:39:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 23:39:15 +0300 |
commit | 96f1c8f86fc973ca66c8725a86b6cf277adb9c72 (patch) | |
tree | 866380704610aa2807777c21b3971dd71a020617 /.eslintrc.json | |
parent | 890141100a2e9b942a6ef2de15620fa5a01ba581 (diff) | |
parent | 3c4f51295ec4ccbed37d2faf8fd751608fc48843 (diff) | |
download | which-ui-96f1c8f86fc973ca66c8725a86b6cf277adb9c72.tar.gz |
Merge pull request #97 from which-ecosystem/validSignUp
fix input validation errors
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 75a787c..479e04f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -21,6 +21,7 @@ "no-cond-assign": 0, "no-nested-ternary": 0, "linebreak-style": 0, + "object-curly-newline": 0, "react/prop-types": 0, "react/no-children-prop": 0, "react/no-danger": 0, |