-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: support ESLint 8.x #69
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution. 😄
LGTM! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! 🚀
What can I do to help? I will try. |
Hi :) can i help to get this unblocked? It's prohibiting consumer projects to start using ESLint 8.x. |
Merged, thanks again for your contribution! 😄 |
So as to satisfy the new eslint peer dependency. In addition drop eslint-config-standard-react as it does not release anymore, and eslint 8.x is not compatible with the available last release. standard/eslint-config-standard-react#69 Replace it with https://github.com/facebook/create-react-app#readme which is actively maintained. Lastly drop the deprecated https://github.com/standard/eslint-plugin-standard
So as to satisfy the new eslint peer dependency. In addition drop eslint-config-standard-react as it does not release anymore, and eslint 8.x is not compatible with the available last release. standard/eslint-config-standard-react#69 Replace it with https://github.com/facebook/create-react-app#readme which is actively maintained. Lastly drop the deprecated https://github.com/standard/eslint-plugin-standard
So as to satisfy the new eslint peer dependency. In addition drop eslint-config-standard-react as it does not release anymore, and eslint 8.x is not compatible with the available last release. standard/eslint-config-standard-react#69 Replace it with https://github.com/facebook/create-react-app#readme which is actively maintained. Lastly drop the deprecated https://github.com/standard/eslint-plugin-standard
Thanks for this PR! Is there any plan to release this to npm soon? It's a pitty this is sitting around on the main branch and it can't be used 😬 |
@boennemann My impression is that this module is deprecated 🤔 The I’m tracking some of the remaining releases here: standard/eslint-config-standard#229 |
@voxpelli I don't think
EDIT: I compared the rules in both packages and they are completely different, so I don’t think |
The current version on NPM (v11.0.1 that is published a year ago) doesn't support ESLint 8 yet! Even there is no beta version. |
I created an issue for it: #73 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fucc
Hey folks, just checking in. Any idea what the hold-up is in getting the released? Thanks in advance! |
Fixes #68
What is the purpose of this pull request? (put an "X" next to item)
[ ] Documentation update
[ ] Bug fix
[X] New feature
[ ] Other, please explain:
What changes did you make? (Give an overview)
Update needed dependencies and tests
Which issue (if any) does this pull request address?
Support ESlint 8.x
Is there anything you'd like reviewers to focus on?