Prepare repo

This commit is contained in:
2025-06-28 18:45:22 +02:00
parent 680aa38e0e
commit f9515d0fa3
7 changed files with 270 additions and 107 deletions

8
.prettierrc.json Normal file
View File

@ -0,0 +1,8 @@
{
"plugins": ["prettier-plugin-tailwindcss"],
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"trailingComma": "es5"
}