We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antfu
Learn more about funding links in repositories.
Report abuse
@typescript-eslint/consistent-type-assertions
1 parent 7b48da2 commit abf5c27Copy full SHA for abf5c27
packages/eslint-config-ts/index.js
@@ -72,8 +72,6 @@ module.exports = {
72
'@typescript-eslint/consistent-type-definitions': ['error', 'interface'],
73
'@typescript-eslint/prefer-ts-expect-error': 'error',
74
'@typescript-eslint/no-require-imports': 'error',
75
- '@typescript-eslint/consistent-type-assertions': ['error', { assertionStyle: 'as', objectLiteralTypeAssertions: 'allow-as-parameter' }],
76
-
77
// Override JS
78
'no-useless-constructor': 'off',
79
'indent': 'off',
0 commit comments