It appears that eslint-plugin-react is not compatible with ESLint version 10.x.x.
When attempting to use eslint 10.x.x with eslint-plugin-react, I encounter dependency resolution issues, specifically that the plugin does not support ESLint 10.
React version: 19.2.4
Steps To Reproduce
- Install
eslint 10.x.x along with eslint-plugin-react@7.37.5.
- Install dependencies
- Encounter peer dependency conflict or related errors.
The current behavior
- Peer dependency conflicts or errors occur during installation or usage of ESLint 10 with this plugin.
The expected behavior
eslint-plugin-react should support ESLint 10.x.x without errors.
It appears that
eslint-plugin-reactis not compatible withESLintversion 10.x.x.When attempting to use
eslint10.x.x with eslint-plugin-react, I encounter dependency resolution issues, specifically that the plugin does not support ESLint 10.React version:
19.2.4Steps To Reproduce
eslint10.x.x along witheslint-plugin-react@7.37.5.The current behavior
The expected behavior
eslint-plugin-reactshould support ESLint 10.x.x without errors.