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.
import/newline-after-import
1 parent c7d2cd1 commit 60f0560Copy full SHA for 60f0560
src/configs/imports.ts
@@ -16,6 +16,7 @@ export function imports(): TypedFlatConfigItem[] {
16
17
'import/consistent-type-specifier-style': ['error', 'prefer-top-level'],
18
'import/first': 'error',
19
+ 'import/newline-after-import': ['error', { count: 1 }],
20
'import/no-duplicates': 'error',
21
'import/no-mutable-exports': 'error',
22
'import/no-named-default': 'error',
0 commit comments