Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

peerDependency warning with eslint@7.0.0 #2639

Closed
AviVahl opened this issue May 9, 2020 · 1 comment
Closed

peerDependency warning with eslint@7.0.0 #2639

AviVahl opened this issue May 9, 2020 · 1 comment

Comments

@AviVahl
Copy link

AviVahl commented May 9, 2020

eslint@7.0.0 has been released yesterday. eslint-plugin-react gets a peerDependency warning:

npm WARN eslint-plugin-react-hooks@4.0.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.

ref: facebook/react#18876

@ljharb
Copy link
Member

ljharb commented May 9, 2020

Yes, thats because it doesn’t support eslint 7 yet, which means you can’t use it yet.

Closing in favor of #2635.

@ljharb ljharb closed this as completed May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants