Skip to content

require-jsdoc rule: Allow empty line after JS Doc #326

@iusesoftware

Description

@iusesoftware

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions