A new start

This commit is contained in:
2025-10-29 00:06:12 +01:00
commit 665ce57751
42 changed files with 3205 additions and 0 deletions

16
.prettierrc Normal file
View File

@@ -0,0 +1,16 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": true,
"printWidth": 80,
"proseWrap": "always",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
}