1
0
Fork 0
mirror of https://github.com/laosb/ghos3.git synced 2025-07-14 14:55:34 +00:00

chore: add .prettierrc

This commit is contained in:
Shibo Lyu 2025-01-04 01:05:02 +08:00 committed by Shibo Lyu
parent 91a3a1423c
commit b8a9f00f1c

5
.prettierrc Normal file
View file

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