No description
Find a file
counterweight 4b394b0698
Add ESLint for TypeScript/React linting
- Install eslint, typescript-eslint, eslint-plugin-react-hooks
- Configure eslint.config.js with flat config format
- Add type: module to package.json
- Fix unused variable issues (prefix with underscore)
- Add Makefile targets: lint-frontend, fix-frontend
2025-12-21 21:58:41 +01:00
.cursor/rules Fix React CSS property conflict in availability page 2025-12-21 18:23:31 +01:00
.githooks docs and tools 2025-12-20 23:09:46 +01:00
backend Add bandit for Python security linting 2025-12-21 21:56:46 +01:00
frontend Add ESLint for TypeScript/React linting 2025-12-21 21:58:41 +01:00
scripts Revert to local timezone display for user-facing times 2025-12-21 18:20:22 +01:00
shared Phase 0: Add booking permissions and constants 2025-12-20 23:30:08 +01:00
.env.example tests passing 2025-12-18 23:33:32 +01:00
.envrc seed user 2025-12-18 22:42:32 +01:00
.gitignore Add ESLint for TypeScript/React linting 2025-12-21 21:58:41 +01:00
docker-compose.yml tests passing 2025-12-18 22:08:31 +01:00
Makefile Add ESLint for TypeScript/React linting 2025-12-21 21:58:41 +01:00