This commit is contained in:
Bastian Wagner
2026-08-17 12:49:36 +02:00
commit feff7c717e
44 changed files with 23883 additions and 0 deletions

4
backend/.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}