From 7f16a506bca82946179e233577766f8f61fb9d68 Mon Sep 17 00:00:00 2001 From: bluemoehre Date: Tue, 30 Jun 2026 22:53:49 +0200 Subject: [PATCH] update prettier config --- .prettierrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.prettierrc b/.prettierrc index 9000bfa..e2e22ca 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,10 +1,11 @@ { - "endOfLine": "lf", + "arrowParens": "always", + "printWidth": 120, + "quoteProps": "consistent", "semi": false, - "singleQuote": false, + "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", - "printWidth": 80, "plugins": ["prettier-plugin-tailwindcss"], "tailwindStylesheet": "src/index.css", "tailwindFunctions": ["cn", "cva"]