Skip to content

Commit

Permalink
fix(import/newline-after-import): disable considerComment option
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 14, 2024
1 parent d41a5f0 commit 80f8e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/imports.ts
Expand Up @@ -29,7 +29,7 @@ export async function imports(options: OptionsStylistic = {}): Promise<FlatConfi

...stylistic
? {
'import/newline-after-import': ['error', { considerComments: true, count: 1 }],
'import/newline-after-import': ['error', { count: 1 }],
}
: {},
},
Expand Down

0 comments on commit 80f8e95

Please sign in to comment.