We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b78f4 commit 3cee9daCopy full SHA for 3cee9da
src/configs/imports.ts
@@ -23,8 +23,6 @@ export async function imports(): Promise<TypedFlatConfigItem[]> {
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
},
29
30
]
0 commit comments