chore: add prettier config

This commit is contained in:
Il Harper 2024-03-03 23:47:15 +08:00
parent 63cb6e40d8
commit f62b4b8a13
No known key found for this signature in database
GPG Key ID: 4B71FCA698E7E8EC

5
.prettierrc.json Normal file
View File

@ -0,0 +1,5 @@
{
"semi": false,
"arrowParens": "always",
"singleQuote": true
}