diff --git a/.eslintrc.js b/.eslintrc.js index a3856d9f..731a3f4f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -64,7 +64,7 @@ module.exports = { shorthandLast: false, }, ], - // Since React 17 and typescript 4.1 you can safely disable the rule + 'react/no-array-index-key': 'off', 'react/react-in-jsx-scope': 'off', 'react/require-default-props': 'off', 'sort-keys-fix/sort-keys-fix': 'warn',