From 4f6671d002c045fd22a7cc812e696349231b2f1a Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Sun, 2 May 2021 03:55:17 +0100 Subject: [PATCH] Update eslint config --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 3414b8d..a0e74ba 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -46,6 +46,7 @@ module.exports = { 'react/prop-types': 'off', 'react/react-in-jsx-scope': 'off', 'react/self-closing-comp': 0, + 'react/no-array-index-key': 0, '@typescript-eslint/camelcase': 'off', '@typescript-eslint/explicit-function-return-type': 0, '@typescript-eslint/explicit-module-boundary-types': 0,