Commit 42ba433
fix: relax ESLint flat config to match original rule set
The recommended presets added strict rules (no-require-imports,
no-explicit-any, no-unused-vars, no-var, prefer-const) that the
original .eslintrc.json did not enforce. Disable these to maintain
parity with the subtree source code.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6079df4 commit 42ba433
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 | | |
16 | 24 | | |
17 | 25 | | |
| |||
0 commit comments