This commit is contained in:
2025-07-14 18:43:59 -07:00
commit 91ebc8eebc
13 changed files with 2577 additions and 0 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"printWidth": 100,
"bracketSpacing": true
}