Skip to content

Commit 6eb114e

Browse files
committed
fix(import/newline-after-import): disable considerComment option
1 parent f649b2b commit 6eb114e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/configs/imports.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ export async function imports(): Promise<FlatConfigItem[]> {
4141

4242
...{
4343
// format
44-
'import/newline-after-import': [
45-
'error',
46-
{ considerComments: true, count: 1 },
47-
],
44+
'import/newline-after-import': ['error', { count: 1 }],
4845
},
4946
},
5047
},

0 commit comments

Comments
 (0)