init commit

This commit is contained in:
2022-02-22 21:10:32 -05:00
commit 399cfa222f
10 changed files with 5377 additions and 0 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"singleQuote": true,
"semi": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}