The issue requires updating peerDependencies to support ESLint 10.
The issue reports that eslint-plugin-react-hooks does not support ESLint 10 in its peerDependencies. The fix involves updating the peerDependencies field to include ESLint 10. There are no apparent blockers as the change is straightforward.
React version: 19.x
[email protected]npm installLink to code example:
{
"devDependencies": {
"eslint": "^10.0.0",
"eslint-plugin-react-hooks": "^7.0.1"
}
}
npm error ERESOLVE could not resolve npm error Could not resolve dependency: npm error peer eslint@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" from [email protected]
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0"
Claim this issue to let others know you're working on it. You'll earn 10 points when you complete it!