First release

This commit is contained in:
Shibo Lyu 2020-10-31 14:30:33 +00:00
commit fbc46d8f4b
17 changed files with 3131 additions and 0 deletions

4
.prettierrc.json Normal file
View file

@ -0,0 +1,4 @@
{
"singleQuote": true,
"semi": false
}