chore: add .prettierrc.json

This commit is contained in:
Wesley F. Young 2024-08-09 14:11:24 +08:00
parent cfc68e70b6
commit 471733b243

10
.prettierrc.json Normal file
View File

@ -0,0 +1,10 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 120,
"endOfLine": "auto"
}