From a147b5648542a5b0c581aef2784014040d2b1037 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Tue, 20 Dec 2022 04:12:08 -0800 Subject: [PATCH] Update lint rules --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',