codeclimate / codeclimate-eslint

Code Climate Engine for ESLint
MIT License
95 stars 93 forks source link

eslint 6.0 is released #464

Closed modosc closed 4 years ago

modosc commented 5 years ago

https://eslint.org/blog/2019/06/eslint-v6.0.0-released

it would be great to get an eslint-6 channel.

Loremaster commented 5 years ago

Yes can we please get the support for eslint 6?

esilkensen commented 5 years ago

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

BenEinwechter commented 5 years ago

Any updates on when CodeClimate will support eslint 6? Thanks!

Loremaster commented 5 years ago

Bump. Are there any plans to upgrade it?

efueger commented 4 years ago

Hi @modosc - good news: the ESLint-6 channel is live!

Thanks for the nudge on this. 👌

efueger commented 4 years ago

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.