Skip to content

Commit

Permalink
fix: remove deprecated 'ts/prefer-ts-expect-error' rule (#549)
Browse files Browse the repository at this point in the history
Co-authored-by: AndyLuo <[email protected]>
  • Loading branch information
andylou0102 and AndyLuo authored Jul 19, 2024
1 parent 2e04256 commit 225170d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export async function typescript(
'ts/no-use-before-define': ['error', { classes: false, functions: false, variables: true }],
'ts/no-useless-constructor': 'off',
'ts/no-wrapper-object-types': 'error',
'ts/prefer-ts-expect-error': 'error',
'ts/triple-slash-reference': 'off',
'ts/unified-signatures': 'off',

Expand Down

0 comments on commit 225170d

Please sign in to comment.