first commit

This commit is contained in:
2025-03-20 21:52:59 +02:00
commit e8f1264971
21 changed files with 5913 additions and 0 deletions

7
.prettierrc Normal file
View File

@ -0,0 +1,7 @@
{
"semi": false,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2
}