first commit

This commit is contained in:
2025-04-17 14:39:00 +03:30
commit b78ab7d539
60 changed files with 4719 additions and 0 deletions

16
.prettierrc Normal file
View File

@@ -0,0 +1,16 @@
{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"trailingComma": "all",
"singleQuote": false,
"jsxSingleQuote": false,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"endOfLine": "lf",
"quoteProps": "as-needed",
"plugins": ["prettier-plugin-tailwindcss"],
"tailwindConfig": "./tailwind.config.js",
"embeddedLanguageFormatting": "auto"
}