aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorilyayudovin <46264063+ilyayudovin@users.noreply.github.com>2020-08-29 23:39:15 +0300
committerGitHub <noreply@github.com>2020-08-29 23:39:15 +0300
commit96f1c8f86fc973ca66c8725a86b6cf277adb9c72 (patch)
tree866380704610aa2807777c21b3971dd71a020617 /.eslintrc.json
parent890141100a2e9b942a6ef2de15620fa5a01ba581 (diff)
parent3c4f51295ec4ccbed37d2faf8fd751608fc48843 (diff)
downloadwhich-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.json1
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,