Disallow any types
This commit is contained in:
@@ -103,7 +103,7 @@ module.exports = tseslint.config(
|
||||
] }],
|
||||
'@typescript-eslint/no-empty-function': 'off',
|
||||
'@typescript-eslint/no-empty-interface': 'error',
|
||||
'@typescript-eslint/no-explicit-any': 'warn',
|
||||
'@typescript-eslint/no-explicit-any': 'error',
|
||||
'@typescript-eslint/no-invalid-this': 'error',
|
||||
'@typescript-eslint/no-namespace': 'error',
|
||||
'@typescript-eslint/prefer-namespace-keyword': 'error',
|
||||
|
||||
Reference in New Issue
Block a user