feat: code prettierrc

This commit is contained in:
alisa
2023-04-25 21:08:32 +08:00
parent 674810d513
commit e88fff9e3d
+9
View File
@@ -0,0 +1,9 @@
{
"tabWidth": 2,
"singleQuote": true,
"semi": true,
"endOfLine": "auto",
"bracketSpacing": true,
"TrailingCooma": true,
"arrowParens": "always"
}