Closed modosc closed 4 years ago
Yes can we please get the support for eslint 6?
I was starting to look at this, found this PR as a reference for some of the breaking changes in 6.0 that will require codeclimate-eslint updates: https://github.com/eslint/eslint/pull/11546
Any updates on when CodeClimate will support eslint 6? Thanks!
Bump. Are there any plans to upgrade it?
Hi @modosc - good news: the ESLint-6 channel is live!
Thanks for the nudge on this. 👌
To use the new version, update your .codeclimate.yml
with the following:
plugins:
eslint:
enabled: true
channel: "eslint-6"
PS: If you have any open, erroring branches, you'll need to first make the channel change on your default branch, and then rebase any open branches on that new commit.
https://eslint.org/blog/2019/06/eslint-v6.0.0-released
it would be great to get an eslint-6 channel.