Initial commit

This commit is contained in:
Kengo TODA
2020-08-27 11:53:14 +08:00
commit 580c29732a
20 changed files with 14004 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"
}