Skip to content

Commit 5db7de6

Browse files
committed
fix(import/newline-after-import): disable considerComment option
1 parent ac927b0 commit 5db7de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/imports.ts

Lines changed: 1 addition & 1 deletion
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)