This commit is contained in:
Bryan MacFarlane 2019-05-31 00:29:40 -04:00
parent 47177e86fd
commit eac926003b
192 changed files with 14120 additions and 8 deletions

11
.prettierrc.json Normal file
View file

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