first commit

This commit is contained in:
2025-07-09 01:04:18 +02:00
commit 605358e651
31 changed files with 6240 additions and 0 deletions

10
.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 150,
"proseWrap": "always",
"useTabs": false,
"bracketSpacing": true,
"jsxBracketSameLine": false
}