Update lint rules
This commit is contained in:
parent
33f1e8d70a
commit
a147b56485
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Reference in a new issue