Fix ESLint 10 peer dependency conflict with overrides

Contribution Date
Contribution Project
Contribution Details
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>
Contribution Author
hussainweb
Files count
0
Patches count
1