Skip to content

Commit 3cee9da

Browse files
committed
feat(import): remove unused import rules from configuration
1 parent 52b78f4 commit 3cee9da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/configs/imports.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ export async function imports(): Promise<TypedFlatConfigItem[]> {
2323
'import/no-duplicates': 'error',
2424
'import/no-mutable-exports': 'error',
2525
'import/no-named-default': 'error',
26-
'import/no-self-import': 'error',
27-
'import/no-webpack-loader-syntax': 'error',
2826
},
2927
},
3028
]

0 commit comments

Comments
 (0)