This commit is contained in:
2025-09-08 16:38:48 +08:00
parent 14f37d6187
commit 83b52e78fa

8
frontend/.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"printWidth": 100,
"tabWidth": 2,
"endOfLine": "auto"
}