initial commit

This commit is contained in:
2024-02-05 19:51:08 -05:00
commit bf57f038c7
12 changed files with 3396 additions and 0 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 80
}