Closed paazmaya closed 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.
Thank you for the clarification @cjihrig
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.
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?