levibuzolic / eslint-plugin-no-only-tests

ESLint rule for catching focused/only test blocks
https://www.npmjs.com/package/eslint-plugin-no-only-tests
MIT License
87 stars 19 forks source link

Support ESLint 3 and new rule format #1

Closed paazmaya closed 7 years ago

paazmaya commented 8 years ago

The new rule format, introduced in the ESLint version 3, is explained here http://eslint.org/blog/2016/07/eslint-new-rule-format

Any chance of converting the rules in that format and making a new major release which support ESLint 3 and up?

levibuzolic commented 7 years ago

@paazmaya wow, somehow I missed this issue last year. 😓 I'll update the plugin ASAP!

paazmaya commented 7 years ago

Thanks! 🍇