Commit 1668913
fix: move ESLint ignores to first position for proper global ignore behavior
In ESLint flat config, an ignores-only object must precede other config
entries to act as a true global ignore. When placed last, the
typescript-eslint project service attempted to parse .mjs files before
the ignore took effect, causing editor errors for scripts like
render-diagnostics.mjs.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent b71ca93 commit 1668913
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 39 | | |
40 | 40 | | |
0 commit comments