codeclimate / codeclimate-eslint

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

ESLint 7 is out #490

Closed chrisbutler closed 4 years ago

chrisbutler commented 4 years ago

https://eslint.org/blog/2020/05/eslint-v7.0.0-released

Would be great to get a channel for this!

krzysiek1507 commented 4 years ago

I guess it's done? #492

davehenton commented 4 years ago

@krzysiek1507 @chrisbutler the ESLint-7 channel is live!

To use the new version, update your .codeclimate.yml with the following:

plugins: 
  eslint:
    enabled: true
    channel: "eslint-7"

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.