Skip to content

Commit

Permalink
fix: disable @typescript-eslint/consistent-type-assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 4, 2023
1 parent 7b48da2 commit abf5c27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/eslint-config-ts/index.js
Expand Up @@ -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',
Expand Down

0 comments on commit abf5c27

Please sign in to comment.