Auto merge base into main
This commit is contained in:
commit
5af26e90fd
@ -76,10 +76,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"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user