Auto merge base into tabbar

This commit is contained in:
GitHub Actions 2025-06-04 01:03:12 +00:00
commit 3bf7fcb844

View File

@ -73,10 +73,10 @@
"prepare": "git init && husky" "prepare": "git init && husky"
}, },
"lint-staged": { "lint-staged": {
"**/*.{html,cjs,json,md,scss,css,txt}": [ "**/*.{vue,html,cjs,json,md,scss,css,txt}": [
"prettier --write --cache" "prettier --write --cache"
], ],
"**/*.{vue,js,ts}": [ "**/*.{js,ts}": [
"oxlint --fix", "oxlint --fix",
"prettier --write --cache" "prettier --write --cache"
], ],