initial commit

This commit is contained in:
thesn10
2026-07-02 17:26:43 +02:00
commit 2d4431cb16
24 changed files with 31592 additions and 0 deletions

9
app/.prettierrc.json Normal file
View File

@@ -0,0 +1,9 @@
{
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always",
"endOfLine": "lf"
}