update ui and fix some problem (#3)

* update code lint and update ui
This commit is contained in:
bingochaos
2025-08-15 17:19:29 +08:00
committed by GitHub
parent 3fddf021be
commit 519fcb64a2
18 changed files with 162219 additions and 2816 deletions

View File

@@ -1,10 +1,7 @@
{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "never",
"tabWidth": 2,
"semi": false,
"arrowParens": "always",
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100,
"htmlWhitespaceSensitivity": "ignore"
}