ihordiachenko / eslint-plugin-chai-friendly

Makes eslint friendly towards Chai.js 'expect' and 'should' statements.
MIT License
53 stars 10 forks source link

Offer "recommended config" #6

Closed brettz9 closed 4 years ago

brettz9 commented 5 years ago

I'd just like to suggest making things a little simpler by offering a "recommended" config which enables your rule, disables no-unused-expressions, and adds your plugin to plugins automatically, so one only need to add your plugin to extends...

ihordiachenko commented 4 years ago

@brettz9 thanks for your contribution

brettz9 commented 4 years ago

Thanks for your prompt reviews and publishing! And thanks for the very useful plugin!