codeclimate / codeclimate-eslint

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

Support for eslint-config-airbnb v18.x #475

Closed husseinbob closed 3 years ago

husseinbob commented 4 years ago

What do we do if our version of eslint-config-airbnb, is different (18.x, while you seem to be supporting 17.1.1)? Right now CC is complaining about violations of rules we aren't subscribed to because of the differences between versions (eg update to arrow-parens).

Anything besides manually going through and updating all the rules to match?

borisrorsvort commented 4 years ago

I’m on airbnb 17 and ESLint 5 and also have the warning that I should not apply arrow-parens while airbnb should allow it.

@husseinbob did you solve it?

efueger commented 3 years ago

Hi @husseinbob and @borisrorsvort - apologies for dropping this!