chore: initial project setup

This commit is contained in:
Stevan Freeborn
2025-05-10 15:26:47 -05:00
commit ec3fd230b7
13 changed files with 5317 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "all",
"arrowParens": "avoid",
"endOfLine": "auto"
}