Goal
Make pnpm run lint work in this repo.
Why
Current script (next lint) fails under the current Next.js setup.
Scope (atomic)
- Update lint script to a working command for Next 16.
- Ensure lint command exits non-zero on lint errors.
- Document the lint command if needed.
Acceptance Criteria
Out of Scope
- Introducing a full custom ESLint stack.
- Large formatting rewrites.
Goal
Make
pnpm run lintwork in this repo.Why
Current script (
next lint) fails under the current Next.js setup.Scope (atomic)
Acceptance Criteria
pnpm run lintruns successfully in a clean environment.Out of Scope