From 096974827ce4c745196fcc45ba3a49ac9d5fb554 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 6 Sep 2024 04:53:27 +0200 Subject: [PATCH] fix: do not force newline in `perfectionist/sort-imports` --- src/configs/perfectionist.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/configs/perfectionist.ts b/src/configs/perfectionist.ts index 624a1263b2..dc011563aa 100644 --- a/src/configs/perfectionist.ts +++ b/src/configs/perfectionist.ts @@ -27,6 +27,7 @@ export async function perfectionist(): Promise { 'object', 'unknown', ], + newlinesBetween: 'ignore', order: 'asc', type: 'natural', }],