Skip to content

Commit

Permalink
feat: enable no-import-type-side-effects, close #227
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 9, 2023
1 parent 794741d commit cb4b7b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/typescript.ts
Expand Up @@ -95,6 +95,7 @@ export function typescript(
'ts/no-dynamic-delete': 'off',
'ts/no-explicit-any': 'off',
'ts/no-extraneous-class': 'off',
'ts/no-import-type-side-effects': 'error',
'ts/no-invalid-this': 'error',
'ts/no-invalid-void-type': 'off',
'ts/no-loss-of-precision': 'error',
Expand Down

0 comments on commit cb4b7b9

Please sign in to comment.