Commit 067b473
chore(lint): migrate ESLint 8 to 9 with flat config
Replace legacy .eslintrc.json with eslint.config.js (flat config).
Upgrade eslint ^8.56 -> ^9.27, @typescript-eslint/* ^6.16 -> ^8.32,
add @eslint/js. Disable no-undef (TypeScript handles this), prefix
unused catch vars with underscore, replace ternary statement with
if/else in metrics.ts.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8fa1f3d commit 067b473
7 files changed
Lines changed: 422 additions & 640 deletions
This file was deleted.
| 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 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments