Files
OpenAvatarChat-WebUI/.prettierrc
bingochaos 519fcb64a2 update ui and fix some problem (#3)
* update code lint and update ui
2025-08-15 17:19:29 +08:00

8 lines
131 B
Plaintext

{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100,
"htmlWhitespaceSensitivity": "ignore"
}