chore: remove singleQuote from prettier config to preserve original quotes

This commit is contained in:
2026-06-19 12:02:59 +02:00
parent b33488342a
commit 7fb9e46c05
-1
View File
@@ -2,7 +2,6 @@ bracketSameLine: true
htmlWhitespaceSensitivity: css
printWidth: 120
tabWidth: 2
singleQuote: true
trailingComma: all
proseWrap: preserve
endOfLine: lf