-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
When I created ilyavolodin/eslint-plugin-backbone#49, I forgot to include the rule in the plugin's main exports. That is no one's fault but my own, but it does seem like it could be nice to extract some of the very nice functionality present in ESLint's Makefile.js into something that could be shared and consumed as a dev dependency by plugins.
Any chance a new package (or repository or something) could be created to allow for some (but probably not all) of ESLint's Makefile.js targets to be shared with plugins? This would do things like checking that all rules have tests and docs, and maybe also (for plugins anyway) ensure that all rules show up in the plugin's exports.
I'm happy to work on implementing, but I'll need direction on the best approach since I don't want to make ESLint maintenance harder.