Skip to content

Commit 2c7c087

Browse files
committed
feat: enable import/no-named-default
1 parent 180e71a commit 2c7c087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/imports.ts

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export async function imports(): Promise<FlatConfigItem[]> {
2222
],
2323
'import/no-duplicates': 'error',
2424
'import/no-mutable-exports': 'error',
25+
'import/no-named-default': 'error',
2526
'import/no-self-import': 'error',
2627
'import/no-webpack-loader-syntax': 'error',
2728
'import/order': [

0 commit comments

Comments
 (0)