Skip to content

Commit 80f8e95

Browse files
committedMar 14, 2024·
fix(import/newline-after-import): disable considerComment option
1 parent d41a5f0 commit 80f8e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/configs/imports.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export async function imports(options: OptionsStylistic = {}): Promise<FlatConfi
2929

3030
...stylistic
3131
? {
32-
'import/newline-after-import': ['error', { considerComments: true, count: 1 }],
32+
'import/newline-after-import': ['error', { count: 1 }],
3333
}
3434
: {},
3535
},

0 commit comments

Comments
 (0)
Please sign in to comment.