fix(linter): remove consistent-type-assertions rule from config (#19549)

This commit is contained in:
Miroslav Jonaš 2023-10-13 14:27:45 +02:00 committed by GitHub
parent 5ec8b653a0
commit 752518ad5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ export default {
'no-undef': 'off', 'no-undef': 'off',
// Add TypeScript specific rules (and turn off ESLint equivalents) // Add TypeScript specific rules (and turn off ESLint equivalents)
'@typescript-eslint/consistent-type-assertions': 'warn',
'no-array-constructor': 'off', 'no-array-constructor': 'off',
'@typescript-eslint/no-array-constructor': 'warn', '@typescript-eslint/no-array-constructor': 'warn',
'@typescript-eslint/no-namespace': 'error', '@typescript-eslint/no-namespace': 'error',