Commit 5053fc9
Fix ESLint 10 peer dependency conflict with overrides
- Added `overrides` to `package.json` to force `eslint-plugin-import` to use the installed `eslint` version (^10.0.0).
- This resolves the `ERESOLVE` error during `npm ci` in CI environments.
- Regenerated `package-lock.json` with the overrides.
- Verified fix by running `npm ci`, lint, and tests locally.
Co-authored-by: hussainweb <1040271+hussainweb@users.noreply.github.com>1 parent c937f15 commit 5053fc9
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
74 | 79 | | |
75 | 80 | | |
0 commit comments