chore(lint-staged): 更新lint-staged配置以包含server目录
Some checks failed
CI/CD Pipeline / playwright (push) Successful in 1m56s
/ playwright (push) Successful in 1m56s
/ build-and-test (push) Failing after 2m2s
CI/CD Pipeline / build-and-deploy (push) Has been cancelled

This commit is contained in:
严浩
2025-10-16 13:36:29 +08:00
parent 39cc8354cc
commit 75ada37079

View File

@@ -45,7 +45,7 @@
"prepare": "husky" "prepare": "husky"
}, },
"lint-staged": { "lint-staged": {
"{src,e2e}/**/*.{js,jsx,ts,tsx,vue}": [ "{server,src,e2e}/**/*.{js,jsx,ts,tsx,vue}": [
"prettier --write", "prettier --write",
"eslint --fix", "eslint --fix",
"oxlint --fix" "oxlint --fix"