From 746c0191380aef770f711bcfebc3cbd919c61b7d Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 18 Mar 2021 20:32:41 +0300 Subject: feat: improve WaybillForm --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.json') 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, -- cgit v1.2.3