Commit d5d2bf9
build: migrate to ESLint 9 flat config
Replace legacy .eslintrc.json files with a flat eslint.config.js that
preserves the existing ruleset (eslint:recommended, typescript-eslint
recommended, angular-eslint recommended + inline templates, template
recommended + accessibility, and the lib selector rules).
- eslint ^8.57.0 -> ^9.39.4
- @typescript-eslint/* v7 packages -> typescript-eslint ^8.61.0
- individual @angular-eslint/* packages -> angular-eslint 21.4.0 meta
package (resolves the previously unsupported combination of
@angular-eslint 21 with ESLint 8)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent a60556a commit d5d2bf9
5 files changed
Lines changed: 485 additions & 799 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 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments