From 7fb9e46c056c1d9f2caf98d76dc3bf7572efdbb5 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Fri, 19 Jun 2026 12:02:59 +0200 Subject: [PATCH] chore: remove singleQuote from prettier config to preserve original quotes --- .prettierrc.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.prettierrc.yaml b/.prettierrc.yaml index e121c46..baf4658 100644 --- a/.prettierrc.yaml +++ b/.prettierrc.yaml @@ -2,7 +2,6 @@ bracketSameLine: true htmlWhitespaceSensitivity: css printWidth: 120 tabWidth: 2 -singleQuote: true trailingComma: all proseWrap: preserve endOfLine: lf