add .prettierrc

This commit is contained in:
2024-12-27 14:24:38 +08:00
parent b021f65a59
commit f0cc8d6270

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "es5"
}