Initial commit

This commit is contained in:
Naoki Oketani
2019-12-08 19:17:13 +09:00
commit 284541286f
17 changed files with 7322 additions and 0 deletions

11
.prettierrc.json Normal file
View File

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