We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import/consistent-type-specifier-style
1 parent 0e60209 commit 1bf1827Copy full SHA for 1bf1827
src/configs/imports.ts
@@ -17,7 +17,7 @@ export async function imports(): Promise<TypedFlatConfigItem[]> {
17
'antfu/no-import-dist': 'error',
18
'antfu/no-import-node-modules-by-path': 'error',
19
20
- 'import/consistent-type-specifier-style': ['error', 'prefer-top-level'],
+ 'import/consistent-type-specifier-style': ['error', 'top-level'],
21
'import/first': 'error',
22
'import/newline-after-import': ['error', { count: 1 }],
23
'import/no-duplicates': 'error',
0 commit comments