Skip to content

Commit 9b8ab76

Browse files
committed
chore: enable import type auto fix
1 parent 7c422d0 commit 9b8ab76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internals/project-config/eslint/base.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const config = tseslint.config(
5353
],
5454
'@typescript-eslint/no-explicit-any': 'off',
5555
'@typescript-eslint/no-empty-object-type': 'off',
56+
'@typescript-eslint/consistent-type-imports': 'error',
5657
},
5758
},
5859
{

0 commit comments

Comments
 (0)