hapijs / rule-no-arrowception

ESLint rule preventing arrow functions that implicitly create arrow functions
Other
5 stars 6 forks source link

Rename to eslint-plugin-no-arrowception #1

Closed paazmaya closed 8 years ago

paazmaya commented 8 years ago

Shouldn't this be named after the plugin guide of ESLint? http://eslint.org/docs/developer-guide/working-with-plugins

Or is there some higher plan to have a group of rules, which you then provide via plugin?

cjihrig commented 8 years ago

This is just a standalone rule, not a plugin. It is part of eslint-plugin-hapi. If you're interested in using it in a plugin of your own, here is an example of how to do it https://github.com/continuationlabs/eslint-plugin-hapi/blob/master/lib/index.js#L13.

paazmaya commented 8 years ago

Thank you for the clarification @cjihrig

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.