Skip to content

Allow a single empty line between jsdoc and codeblock #482

@henryruhs

Description

@henryruhs

Hey,

I wonder why this plugin is not supporting a single empty line after the jsdoc:

/**
 * @return string
 */

function foo()
{
    return 'bar';
}

At the moment only docked jsdocs like this are detected:

/**
 * @return string
 */
function foo()
{
    return 'bar';
}

A similar TSLint rule named completed-docs for example is okay with that.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions