We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import/no-default-export
1 parent cc0f89b commit 180e71aCopy full SHA for 180e71a
src/configs/imports.ts
@@ -20,7 +20,6 @@ export async function imports(): Promise<FlatConfigItem[]> {
20
'error',
21
{ considerComments: true, count: 1 },
22
],
23
- 'import/no-default-export': 'error',
24
'import/no-duplicates': 'error',
25
'import/no-mutable-exports': 'error',
26
'import/no-self-import': 'error',
0 commit comments