prettier files

This commit is contained in:
Bryan MacFarlane 2020-04-10 09:21:58 -04:00
parent 71d14f19d2
commit 20b83b585c
2 changed files with 13 additions and 0 deletions

2
.prettierignore Normal file
View File

@ -0,0 +1,2 @@
node_modules/
_out

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"
}