chore(release): v1.0.0

This commit is contained in:
seepine
2023-08-02 00:39:45 +08:00
commit 8e2d3a87e1
29 changed files with 10636 additions and 0 deletions

10
.prettierrc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}