fix(linter): remove consistent-type-assertions rule from config (#19549)
This commit is contained in:
parent
5ec8b653a0
commit
752518ad5f
@ -18,7 +18,6 @@ export default {
|
||||
'no-undef': 'off',
|
||||
|
||||
// Add TypeScript specific rules (and turn off ESLint equivalents)
|
||||
'@typescript-eslint/consistent-type-assertions': 'warn',
|
||||
'no-array-constructor': 'off',
|
||||
'@typescript-eslint/no-array-constructor': 'warn',
|
||||
'@typescript-eslint/no-namespace': 'error',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user