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