Initial commit

This commit is contained in:
Silas
2024-09-11 16:40:12 -04:00
commit 6bdf7a32a9
38 changed files with 11219 additions and 0 deletions

10
.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"printWidth": 140,
"singleQuote": false,
"jsxSingleQuote": true,
"semi": true,
"tabWidth": 2,
"bracketSpacing": true,
"arrowParens": "always",
"trailingComma": "none"
}