Skip to content

Commit

Permalink
fix: do not force newline in perfectionist/sort-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 6, 2024
1 parent 39a1b66 commit 0969748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/perfectionist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export async function perfectionist(): Promise<TypedFlatConfigItem[]> {
'object',
'unknown',
],
newlinesBetween: 'ignore',
order: 'asc',
type: 'natural',
}],
Expand Down

0 comments on commit 0969748

Please sign in to comment.