Commit ada4d03
committed
fix: Downgrade eslint to v9 and add TS 6 ignoreDeprecations
- Downgrade eslint and @eslint/js from ^10 back to ^9 since
eslint-plugin-react@7.37.5 does not support eslint 10 (uses
removed getFilename() API)
- Add ignoreDeprecations: 6.0 to tsconfig.json to silence
TypeScript 6 deprecation error for the baseUrl option1 parent 0ac2bdb commit ada4d03
3 files changed
Lines changed: 138 additions & 106 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments