Initial commit

This commit is contained in:
David Anthoff
2020-03-23 10:37:00 -07:00
commit 4c62666e81
17 changed files with 7306 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"
}