codeclimate/codeclimate-eslint

Add support for 'sort-imports-es6-autofix/sort-imports-es6'

Fouppy opened this issue · 2 comments

Hello.

Would it be possible to add support for sort-imports-es6-autofix/sort-imports-es6?

Codeclimate complains with this error on every file: Definition for rule 'sort-imports-es6-autofix/sort-imports-es6' was not found.

Thanks!

@codeclimate-hermes Would appreciate if this is supported. How's the progress looking?

@Fouppy, @ryanau, Setting ESLint version to 7 did the trick for me. .codeclimate.yml example:

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