This commit is contained in:
xiaozhiyong
2023-04-28 13:11:46 +08:00
parent d8e33a8700
commit e0e8bdcaed
23 changed files with 1426 additions and 945 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 150,
"arrowParens": "avoid"
}