-
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 v4 support #1447
eslint v4 support #1447
Comments
1.10.0 - 2017-06-20 ------------------------------------------------ ## ESLint * Reverts to ESLint v3.19.0 pending airbnb/javascript#1447
Any updates to this? |
@Geczy I've kept the OP updated; if there's updates, you'd see them here. Since there are no updates posted, no, there are no updates. Please be patient - the OP said "a few weeks at minimum" and it's not yet been 3. |
@arizzitano that can be ignored in eslint v4.2.0+, and will be fixed in the next release of eslint-config-airbnb-base. |
(tweet) |
@ljharb Hi, this error still occurs when extending from airbnb/legacy. Is this the intention or should it also be updated to remove the top level ecmaFeatures? |
@ljharb |
Thanks, legacy is fixed in 0d938ae and will be released in eslint-config-airbnb-base shortly. |
Hi, any updates on when the ESLint v4-exclusive versions ( |
No updates. |
It's automatically included because of the semver range on eslint-config-airbnb-base. |
v16 is now released. |
Note: I filed this issue within minutes of eslint v4.0.0 being released.
eslint-config-airbnb
andeslint-config-airbnb-base
do not yet support eslint v4.If it is easy/possible to support both v3 and v4, we will release a non-major bump of both packages that does so, before releasing a major bump that only supports v4.
This will likely take a few weeks at a minimum.
Please do not file additional issues and do not file pull requests attempting to add support - please, instead, continue to use eslint v3 until such time as our configs support v4.
Peer Dep eslint combined v3 and v4 support released:
eslint-plugin-import
issue | PR | released as v2.6.0eslint-plugin-react
issue for v7.1.0 releaseeslint-plugin-jsx-a11y
issue | PR | release (v5.1.0 and v6)eslint-find-rules
issue | released as v30.1The text was updated successfully, but these errors were encountered: