Hello there,
Thank you for the plugin.
Currently, the following block of code returns the following exception:
/**
* JS Doc rules!
*/
function ignoreEmptyLineAbove() {
rule();
}
5:1 error Missing JSDoc comment jsdoc/require-jsdoc
Is there a way to make the plugin ignore the empty line after JS Doc / before the statement?