Add prisma and eslint settings

This commit is contained in:
2025-07-04 11:51:18 +02:00
parent ca05cb024f
commit ab40b6983a
6 changed files with 244 additions and 8 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"
}