I'm using the eslint plugin `eslint-plugin-jsx-a11y` and I noticed that in one of my recent builds there were a bunch of errors saying: <img width="541" alt="screen shot 2017-05-07 at 2 29 54 pm" src="https://cloud.githubusercontent.com/assets/2652762/25783883/ac013dea-3331-11e7-83b9-e61c7c0a0593.png"> Is this still supported on codeclimate-eslint? I checked [in the docs](https://docs.codeclimate.com/v1.0/docs/eslint) and it looks like it's still in there. Here's the config I'm using: ```yml eslint: enabled: true channel: "eslint-3" ```