arbret/frontend
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
..
app Add ESLint for TypeScript/React linting 2025-12-21 21:58:41 +01:00
e2e Add ESLint for TypeScript/React linting 2025-12-21 21:58:41 +01:00
env.example first round of review 2025-12-18 22:24:46 +01:00
eslint.config.js Add ESLint for TypeScript/React linting 2025-12-21 21:58:41 +01:00
next-env.d.ts starting 2025-12-18 21:37:28 +01:00
next.config.ts starting 2025-12-18 21:37:28 +01:00
package-lock.json Add ESLint for TypeScript/React linting 2025-12-21 21:58:41 +01:00
package.json Add ESLint for TypeScript/React linting 2025-12-21 21:58:41 +01:00
playwright.config.ts Fix flaky E2E tests with proper selectors and response waits 2025-12-21 01:13:10 +01:00
tsconfig.json starting 2025-12-18 21:37:28 +01:00
tsconfig.tsbuildinfo implemented 2025-12-20 23:06:05 +01:00
vitest.config.ts with some tests 2025-12-18 21:48:41 +01:00