feat: add purchases generation

This commit is contained in:
2024-11-24 11:16:42 +01:00
parent d5fd74b0c5
commit a73f5b883c
16 changed files with 408 additions and 132 deletions

View File

@@ -4,7 +4,6 @@
"es2021": true
},
"extends": [
"next/core-web-vitals",
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
@@ -17,8 +16,7 @@
"plugins": ["@typescript-eslint"],
"rules": {
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/consistent-type-definitions": "error",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "error"
}
"@typescript-eslint/consistent-type-definitions": "error"
},
"ignorePatterns": ["node_modules/", "dist/"]
}