Auto merge base into main

This commit is contained in:
GitHub Actions 2025-06-04 01:03:18 +00:00
commit 5af26e90fd

View File

@ -76,10 +76,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"
],