customize more

This commit is contained in:
2025-11-28 16:02:10 +08:00
parent 9133d23a15
commit 8b9feeeb10
13 changed files with 70 additions and 112 deletions

12
.prettierrc Normal file
View File

@@ -0,0 +1,12 @@
{
"trailingComma": "es5",
"singleQuote": true,
"overrides": [
{
"files": ["*.ts", "*.astro"],
"options": {
"semi": false
}
}
]
}