This commit is contained in:
xiaozhiyong
2023-04-03 08:51:10 +08:00
parent 33fbefdc14
commit 6967207669
20 changed files with 12866 additions and 1083 deletions

8
.prettierrc Normal file
View File

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