scaffold repository

This commit is contained in:
2026-08-03 22:20:00 -05:00
commit 2feb8bd33b
40 changed files with 8857 additions and 0 deletions

12
client/.prettierrc Normal file
View File

@@ -0,0 +1,12 @@
{
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
}