Skip to content

Commit 1bf1827

Browse files
committed
chore: update import/consistent-type-specifier-style options
1 parent 0e60209 commit 1bf1827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/imports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export async function imports(): Promise<TypedFlatConfigItem[]> {
1717
'antfu/no-import-dist': 'error',
1818
'antfu/no-import-node-modules-by-path': 'error',
1919

20-
'import/consistent-type-specifier-style': ['error', 'prefer-top-level'],
20+
'import/consistent-type-specifier-style': ['error', 'top-level'],
2121
'import/first': 'error',
2222
'import/newline-after-import': ['error', { count: 1 }],
2323
'import/no-duplicates': 'error',

0 commit comments

Comments
 (0)