chore(eslint): make @typescript-eslint/no-explicit-any an error
This commit is contained in:
parent
7c8e97f084
commit
8ee6bdfac0
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ module.exports = {
|
|||
rules: {
|
||||
'prettier/prettier': 'error',
|
||||
'react-hooks/rules-of-hooks': 'error',
|
||||
'react-hooks/exhaustive-deps': 'error'
|
||||
'react-hooks/exhaustive-deps': 'error',
|
||||
'@typescript-eslint/no-explicit-any': 'error'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue