Skip to content

Commit abf5c27

Browse files
committedJun 4, 2023
fix: disable @typescript-eslint/consistent-type-assertions
1 parent 7b48da2 commit abf5c27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎packages/eslint-config-ts/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ module.exports = {
7272
'@typescript-eslint/consistent-type-definitions': ['error', 'interface'],
7373
'@typescript-eslint/prefer-ts-expect-error': 'error',
7474
'@typescript-eslint/no-require-imports': 'error',
75-
'@typescript-eslint/consistent-type-assertions': ['error', { assertionStyle: 'as', objectLiteralTypeAssertions: 'allow-as-parameter' }],
76-
7775
// Override JS
7876
'no-useless-constructor': 'off',
7977
'indent': 'off',

0 commit comments

Comments
 (0)
Please sign in to comment.