Skip to content

Commit a3ad6d4

Browse files
committed
fix: remove 'import/consistent-type-specifier-style' rule
1 parent cbb1893 commit a3ad6d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/configs/imports.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ export async function imports(
2929
'antfu/no-import-dist': 'error',
3030
'antfu/no-import-node-modules-by-path': 'error',
3131

32-
// Available in import-lite
33-
'import/consistent-type-specifier-style': ['error', 'top-level'],
3432
'import/first': 'error',
3533
'import/no-default-export': 'warn',
3634
'import/no-duplicates': ['error', { 'prefer-inline': true }],

0 commit comments

Comments
 (0)