fix: disable @typescript-eslint/consistent-type-assertions

This commit is contained in:
Anthony Fu 2023-06-04 16:20:40 +02:00
parent 7b48da27dc
commit abf5c27385

View File

@ -72,8 +72,6 @@ module.exports = {
'@typescript-eslint/consistent-type-definitions': ['error', 'interface'],
'@typescript-eslint/prefer-ts-expect-error': 'error',
'@typescript-eslint/no-require-imports': 'error',
'@typescript-eslint/consistent-type-assertions': ['error', { assertionStyle: 'as', objectLiteralTypeAssertions: 'allow-as-parameter' }],
// Override JS
'no-useless-constructor': 'off',
'indent': 'off',