Checkpoint

This commit is contained in:
2026-03-09 11:33:07 +01:00
commit aed73e824e
38 changed files with 8473 additions and 0 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"tabWidth": 2,
"useTabs": false
}