codeclimate / codeclimate-eslint

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

Add eslint-plugin-es5 #371

Closed getabetterpic closed 6 years ago

getabetterpic commented 6 years ago

Adds the es5 plugin to address #370. Needed so linter can be configured to error on ES2015 features accidentally getting into ES5 files.

lasseborly commented 6 years ago

Thanks for a great product @chrishulton and everyone else at CodeClimate.

This would be a really nice addition to the whitelist and would greatly benefit our multiple ES5 code bases we need to have checked across our org. Thanks again.

chrishulton commented 6 years ago

Thanks for the nudge. This plugin should now be available in the stable (eslint-3) channel.

Note, for changes to the eslint-4 channel, a PR can be made against the channel/eslint-4 branch.