aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorilyayudovin <ilyayudovin123@gmail.com>2020-06-14 01:31:05 +0300
committerilyayudovin <ilyayudovin123@gmail.com>2020-06-14 01:31:05 +0300
commit3969face39ecc933b1cb9c7625be921d148552cb (patch)
tree6c1ebc773767bf0637ae6b568997033479d0e597 /.eslintrc.json
parent57a2ff3cfa7eae111bb8f46447198586c47425fb (diff)
downloadwhich-ui-3969face39ecc933b1cb9c7625be921d148552cb.tar.gz
feat: add sing in form
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 7b16771..77aae50 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -23,6 +23,7 @@
"react/prop-types": 0,
"react/no-children-prop": 0,
"react/no-danger": 0,
- "react/jsx-one-expression-per-line": 0
+ "react/jsx-one-expression-per-line": 0,
+ "prefer-destructuring": ["error", {"object": false, "array": true}]
}
}