da24fa05d9
fix: resolve ESLint errors and warnings
...
- Add emoji accessibility labels (jsx-a11y/accessible-emoji)
- Remove unused imports and variables
- Fix async functions without await
- Add dev directory to ESLint ignore list
- Add eslint-disable comment for necessary console.error
- Clean up unused route file
All ESLint errors resolved (0 errors, 33 warnings remaining)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-08 14:37:02 +01:00
f17b4c064e
chore: Remove unused billing-related collections, types, and utility modules
...
- Drop `customers` collection and associated types (`types/index.ts`, `payload.ts`)
- Remove generated `payload-types.ts` file
- Clean up unused exports and dependencies across modules
- Streamline codebase by eliminating redundant billing logic
2025-09-15 23:14:25 +02:00
74f2c99c7c
Update README, switch to SQLite, and adjust ESLint/perfectionist rules
...
- Simplified and clarified README structure and content.
- Replaced `mongooseAdapter` with `sqliteAdapter` for database configuration.
- Disabled all `perfectionist` ESLint rules for consistency.
- Updated `billingPlugin` import path in dev config.
2025-09-14 23:21:43 +02:00
b995bdb505
Add PayloadCMS type definitions, Prettier config, and PNPM lockfile
2025-09-13 17:17:50 +02:00