chore: add .prettierrc

This commit is contained in:
Shibo Lyu 2025-01-04 01:05:02 +08:00
parent 6235b7cc5b
commit 4f862f6120

5
.prettierrc Normal file
View file

@ -0,0 +1,5 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
}