Just like #1447, I'm filing this in advance.
v17.0.0 of eslint-config-airbnb and v13.0.0 of eslint-config-airbnb-base have just been released.
eslint v5 is planned to be released in the next 24-48 hours, and the plan for our configs will be to either support v3 || v4 || v5, or, if necessary, to drop support for v3 and/or v4 as part of this release.
The timeframe 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.
Peer Dep eslint combined v3 and v4 and v5 support released, or v5 support released (depending on which path we need to take):
eslint-plugin-importeslint-find-ruleseslint-plugin-reacteslint-plugin-jsx-a11yThank you for the great work. It looks like the remaining tasks on the list are the publishing tasks. Do you have any estimates on when to expect the new version to be published?
I'm waiting on a few bugs (that i've just added).
Hey @ljharb, curious what that status is on this. I saw some bugfixes landed in jsx-a11y-plugin.
I would love to read why "react/jsx-one-expression-per-line" is enabled. Is there a trend for developers to rotate their monitors vertically after this change 馃槅
This changes one readable line
<App>Hello World</App>
to an uncomfortable syntax
<App>
{ 'Hello' }
{ ' ' }
{ 'World' }
</App>
@danactive That rule was turned off in https://github.com/airbnb/javascript/commit/b6a268f780177e03b573a4f0df95ecc0d2e8783e.
Hopefully the next release that includes the commit above will be out soon.
berkman... that issue is exactly for that and they are working on it... be patient.
https://github.com/yannickcr/eslint-plugin-react/issues/1775 is closed, any plans on publishing new version?
@stepankuzmin I鈥檓 not sure what answer you鈥檙e hoping to get? Yes, there are plans to publish a new version, at some point, when it鈥檚 ready and time permits.
eslint-config-airbnb v17.1.0 and eslint-config-airbnb-base v13.1.0 have been released, with eslint 5 support.
Yeah!
Is anyone still having the same issue after upgrading?
Here are my devDependencies, but I am still running into the same issue.
`
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
`
Am I doing something wrong?
@kmaitski what does npm ls say? Have you tried running the peer deps install command in the readme for eslint-config-airbnb?
Either way, please file a new issue if you're still having trouble.
@noahbenham can i ask why you're randomly thumbs down-ing comments? It seems pretty trollish and I'm hoping you can explain.
I removed my thumbs down - I certainly don't mean to troll or contribute to an unaccepting community. My sincere apologies.
Most Github communities I'm part of generally prefer questions such as the one above in the form of new issues or Stack Overflow posts once an issue is closed, as you've already suggested. My feedback would've been more effective as a comment such as yours instead of a context-less Github reaction. Best of luck @kmaitski and happy to lend assistance if you need it.
Most helpful comment
eslint-config-airbnb v17.1.0 and eslint-config-airbnb-base v13.1.0 have been released, with eslint 5 support.