Update lint rules

This commit is contained in:
jeffvli 2022-12-20 04:12:08 -08:00
parent 33f1e8d70a
commit a147b56485

View File

@ -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',