-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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 v8 support #2478
Comments
This comment has been minimized.
This comment has been minimized.
v15.0.0 of the base config has now been released. Remaining blockers for the react config include eslint-plugin-react, eslint-plugin-jsx-a11y, and eslint-plugin-react-hooks - the former two are likely unblocked by this release, which I'll explore in the coming days. The latter can only be resolved by a release from the react team; hopefully that happens before it's the lone obstacle. |
|
hey, look at that |
(see also #2223, #2036, #1834, #1447)
eslint v8 was released on 10/9/21.
The current plan is, if possible, to release a new semver-minor of both configs, that supportsThe plan is now to release a semver-major of both configs, that supports eslint 7 and 8 latest (at the time of publishing).5 || 6 || 7 || 8
.The timeframe for eslint v8 support is "probably not as soon as you would like, but as soon as we can".
Please accept this, and please add no noise to this thread beyond emoji reactions - distractions won't help anyone get the work done any faster.
Please do not file additional issues and do not file pull requests attempting to add support - please, instead, continue to use eslint v7 until such time as our configs support v8.
Peer Dep eslint combined v7 and v8 support released:
eslint-plugin-import
eslint-find-rules
eslint-plugin-react
@babel/eslint-parser
supports eslint 8 (PR)eslint-plugin-jsx-a11y
eslint-plugin-react-hooks
The text was updated successfully, but these errors were encountered: