From 609a1931953b2298016bd2b0d6b410666b5ad7b9 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 02 七月 2026 09:19:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/3.0.1' into 3.0.1
---
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