init, all in 1 file

This commit is contained in:
Lewis Diamond
2020-10-21 19:56:04 -04:00
commit d7e01322a1
9 changed files with 604 additions and 0 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"trailingComma": "all",
"tabWidth": 4,
"printWidth": 80,
"arrowParens": "avoid"
}