We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antfu
Learn more about funding links in repositories.
Report abuse
considerComment
1 parent d41a5f0 commit 80f8e95Copy full SHA for 80f8e95
src/configs/imports.ts
@@ -29,7 +29,7 @@ export async function imports(options: OptionsStylistic = {}): Promise<FlatConfi
29
30
...stylistic
31
? {
32
- 'import/newline-after-import': ['error', { considerComments: true, count: 1 }],
+ 'import/newline-after-import': ['error', { count: 1 }],
33
}
34
: {},
35
},
0 commit comments