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"
},
"lint-staged": {
"**/*.{html,cjs,json,md,scss,css,txt}": [
"**/*.{vue,html,cjs,json,md,scss,css,txt}": [
"prettier --write --cache"
],
"**/*.{vue,js,ts}": [
"**/*.{js,ts}": [
"oxlint --fix",
"prettier --write --cache"
],