Add initial project setup with PocketBase integration, global state management, and UI components for gift tracking

This commit is contained in:
Norbert Maciaszek
2025-11-11 15:25:29 +01:00
parent 1fd7b56754
commit 60d0888a49
30 changed files with 1140 additions and 111 deletions

14
.prettierrc.json Normal file
View File

@@ -0,0 +1,14 @@
{
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always",
"bracketSpacing": true,
"semi": true,
"tabWidth": 2,
"useTabs": false,
"printWidth": 120,
"endOfLine": "lf",
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"jsxBracketSameLine": true
}