Skip to content

Commit 180e71a

Browse files
committed
feat: turn off import/no-default-export
1 parent cc0f89b commit 180e71a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/configs/imports.ts

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export async function imports(): Promise<FlatConfigItem[]> {
2020
'error',
2121
{ considerComments: true, count: 1 },
2222
],
23-
'import/no-default-export': 'error',
2423
'import/no-duplicates': 'error',
2524
'import/no-mutable-exports': 'error',
2625
'import/no-self-import': 'error',

0 commit comments

Comments
 (0)