From 0660b323a5c46bdb42849d6f4d481ddacba04f6e Mon Sep 17 00:00:00 2001 From: jqtmviyu Date: Tue, 22 Apr 2025 00:06:03 +0800 Subject: [PATCH] =?UTF-8?q?style:=20:art:=20=E6=9B=B4=E6=96=B0=20prettier?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index 95cae49..a70626d 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -2,11 +2,11 @@ "singleQuote": true, "semi": false, "printWidth": 100, - "trailingComma": "es5", + "trailingComma": "all", "endOfLine": "auto", "tabWidth": 2, "useTabs": false, "quoteProps": "as-needed", - "arrowParens": "avoid", - "bracketSpacing": true + "bracketSpacing": true, + "arrowParens": "always" }