refactor: no-inferrable-types
This commit is contained in:
parent
e1aba11222
commit
e84c772916
14 changed files with 22 additions and 18 deletions
|
@ -82,6 +82,10 @@ export default [
|
|||
// 'no-empty-function': 'off',
|
||||
'@typescript-eslint/no-empty-function': 'error',
|
||||
|
||||
'@typescript-eslint/no-for-in-array': 'error',
|
||||
|
||||
'@typescript-eslint/no-inferrable-types': 'warn',
|
||||
|
||||
'no-loop-func': 'off',
|
||||
'@typescript-eslint/no-loop-func': 'error',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue