-
Notifications
You must be signed in to change notification settings - Fork 599
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
[eslint-patch] Add support for ESLint 8.x #2965
Conversation
Thanks @lukashass for helping us support ESLint 8! 🙂 |
Hi Thanks for the PR.. Just checking if this is released. As I am getting following error with
Reverting |
@bhvngt This PR only adds eslint 8 compatibility to Sounds like |
Summary
Fixes #2890
How it was tested
Installed it with
pnpm link <dir>
and ranpnpm eslint --max-warnings 0 .
.It works with both eslint 7.29.0 and 8.0.0.