From 8e07b5f23afd4c93d7e8d1f04d2e8dbca2628e5e Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 27 六月 2023 13:42:11 +0800
Subject: [PATCH] Community LEX Upgarde

---
 .prettierrc |   49 ++++++++++++++++++++++++-------------------------
 1 files changed, 24 insertions(+), 25 deletions(-)

diff --git a/.prettierrc b/.prettierrc
index bae5168..449f1b9 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,27 +1,26 @@
 {
-  "trailingComma": "none",
-  "overrides": [
-    {
-      "files": "**/lwc/**/*.html",
-      "options": {
-        "tabWidth": 4,
-        "parser": "lwc"
-      }
-    },
-    {
-      "files": "**/*.{cls,trigger,apex}",
-      "options": {
-        "apexInsertFinalNewline": true,
-        "printWidth": 140,
-        "tabWidth": 4
-      }
-    },
-    {
-      "files": "*.{cmp,page,component}",
-      "options": {
-        "parser": "html",
-        "tabWidth": 4
-      }
-    }
-  ]
+    "trailingComma": "none",
+    "singleQuote": true,
+    "tabWidth": 4,
+    "overrides": [
+        {
+            "files": "**/lwc/**/*.html",
+            "options": {
+                "parser": "lwc"
+            }
+        },
+        {
+            "files": "**/*.{cls,trigger,apex}",
+            "options": {
+                "apexInsertFinalNewline": true,
+                "printWidth": 140
+            }
+        },
+        {
+            "files": "*.{cmp,page,component}",
+            "options": {
+                "parser": "html"
+            }
+        }
+    ]
 }
\ No newline at end of file

--
Gitblit v1.9.1