We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb1893 commit a3ad6d4Copy full SHA for a3ad6d4
src/configs/imports.ts
@@ -29,8 +29,6 @@ export async function imports(
29
'antfu/no-import-dist': 'error',
30
'antfu/no-import-node-modules-by-path': 'error',
31
32
- // Available in import-lite
33
- 'import/consistent-type-specifier-style': ['error', 'top-level'],
34
'import/first': 'error',
35
'import/no-default-export': 'warn',
36
'import/no-duplicates': ['error', { 'prefer-inline': true }],
0 commit comments