[fix] init

This commit is contained in:
2022-06-07 09:04:28 +08:00
commit 1311e08484
46 changed files with 16870 additions and 0 deletions

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"tabWidth": 4,
"useTabs": true,
"semi": true,
"jsxBracketSameLine": true,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none"
}