diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-18 20:32:41 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-18 21:57:43 +0300 |
commit | 746c0191380aef770f711bcfebc3cbd919c61b7d (patch) | |
tree | e2e978bbf446f0686a1f21fc272e8c6cc3430990 /.eslintrc.json | |
parent | 1027bb6565b70c0bb2008f034c01db5605c6d129 (diff) | |
download | commercel-ui-746c0191380aef770f711bcfebc3cbd919c61b7d.tar.gz |
feat: improve WaybillForm
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 b780736..57ece9e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,6 +24,7 @@ "object-curly-newline": 0, "react/prop-types": 0, "react/no-children-prop": 0, + "react/no-array-index-key": 0, "react/no-danger": 0, "react/jsx-one-expression-per-line": 0, "react/button-has-type": 0, |