Closed
Description
The current behavior
eslint@7.0.0 has been released yesterday. eslint-plugin-react-hooks
gets a peerDependency warning:
npm WARN eslint-plugin-react@7.19.0 requires a peer of eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
The expected behavior
Ensure compatibility with the newly released major and add to peerDependencies
.