From cf4787bc8188cd0acc8a42793730b076742f29c1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 16 四月 2026 17:37:35 +0800
Subject: [PATCH] 新增现场巡查模块(待完成)

---
 .prettierrc |   51 ++++++++++++++++++++++++++++-----------------------
 1 files changed, 28 insertions(+), 23 deletions(-)

diff --git a/.prettierrc b/.prettierrc
index 20d2529..343846f 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,25 +1,30 @@
 {
-    "useTabs": false,
-    "printWidth": 100,
-    "tabWidth": 2,
-    "singleQuote": true,
-    "trailingComma": "all",
-    "jsxBracketSameLine": false,
-    "semi": true,
-    "endOfLine": "auto",
-    "arrowParens": "avoid",
-    "overrides": [
-      {
-        "files": "*.wxml",
-        "options": {"parser": "html"}
-      },
-      {
-        "files": "*.wxss",
-        "options": {"parser": "css"}
-      },
-      {
-        "files": "*.wxs",
-        "options": {"parser": "babel"}
+  "useTabs": false,
+  "printWidth": 100,
+  "tabWidth": 2,
+  "singleQuote": true,
+  "trailingComma": "all",
+  "semi": true,
+  "endOfLine": "auto",
+  "arrowParens": "avoid",
+  "overrides": [
+    {
+      "files": "*.wxml",
+      "options": {
+        "parser": "html"
       }
-    ]
-}
\ No newline at end of file
+    },
+    {
+      "files": "*.wxss",
+      "options": {
+        "parser": "css"
+      }
+    },
+    {
+      "files": "*.wxs",
+      "options": {
+        "parser": "babel"
+      }
+    }
+  ]
+}

--
Gitblit v1.9.3