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
kirklin committed Mar 20, 2024
1 parent ac927b0 commit 5db7de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/imports.ts
Original file line number Diff line number Diff line change
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 5db7de6

Please sign in to comment.