Commit 3719195
add ESLint config and install missing lint dependencies
next lint was failing in CI because no ESLint config existed, causing it
to prompt interactively and exit with code 1. Adds eslint.config.mjs with
next/core-web-vitals + next/typescript rules. Pre-existing style violations
(unescaped entities, explicit any, a-vs-Link) are downgraded to warnings so
CI gates on new errors without blocking on legacy code.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7bfa4fd commit 3719195
3 files changed
Lines changed: 5237 additions & 1214 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments