Question : How to add custom code to check to jscs-jsdoc module? #196
Open
Description
Hi,
i have a specific rule that allow us to use multiple "@returns" tags in our documentation.
i have modified the check-return-type.js file in order to take this in consideration.
My question is how could i integrate it in my project?
is there a plugin structure like jsdoc3.4 to override a part of the code ? or should i copy the entire jscs-jsdoc in my project ?
with regards,