This commit is contained in:
2025-12-12 17:39:43 +08:00
parent 8c2f9f6b43
commit aedcdcb14c
3 changed files with 43 additions and 0 deletions

6
.prettierrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100
}