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",
}