Skip to content

Make a rule to force a newline between description and first tag #85

@qfox

Description

@qfox

Invalid:

/**
 * Some description
 * @returns {srting}
 */

Valid:

/**
 * Some description
 *
 * @returns {srting}
 */

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions