From f82526f5b34a023e11310adba11cae555adc40cb Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 01 七月 2026 18:15:01 +0800
Subject: [PATCH] 页面

---
 admin/package.json |   25 ++++---------------------
 1 files changed, 4 insertions(+), 21 deletions(-)

diff --git a/admin/package.json b/admin/package.json
index fa1ee14..e60224b 100644
--- a/admin/package.json
+++ b/admin/package.json
@@ -62,34 +62,17 @@
     "env": {
       "node": true
     },
-    "extends": [
-      "plugin:vue/essential",
-      "@vue/standard"
-    ],
+    "extends": [],
     "parserOptions": {
       "parser": "babel-eslint"
     },
-    "rules": {
-      "indent": [
-        "error",
-        2
-      ],
-      "generator-star-spacing": "off",
-      "no-debugger": "error"
-    }
+    "rules": {}
   },
   "browserslist": [
     "> 1%",
     "last 2 versions",
     "not dead"
   ],
-  "gitHooks": {
-    "pre-commit": "lint-staged"
-  },
-  "lint-staged": {
-    "*.{js,jsx,vue}": [
-      "vue-cli-service lint",
-      "git add"
-    ]
-  }
+  "gitHooks": {},
+  "lint-staged": {}
 }

--
Gitblit v1.9.3