We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import/no-named-default
1 parent 180e71a commit 2c7c087Copy full SHA for 2c7c087
src/configs/imports.ts
@@ -22,6 +22,7 @@ export async function imports(): Promise<FlatConfigItem[]> {
22
],
23
'import/no-duplicates': 'error',
24
'import/no-mutable-exports': 'error',
25
+ 'import/no-named-default': 'error',
26
'import/no-self-import': 'error',
27
'import/no-webpack-loader-syntax': 'error',
28
'import/order': [
0 commit comments