Add prisma and eslint settings

This commit is contained in:
2025-07-04 11:51:05 +02:00
parent c70e5eb16f
commit 78f17ed9ab
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"
}