Skip to content

not enforcing jsdoc on exported functions as consts #7

@naterchrdsn

Description

@naterchrdsn

I'm exporting functions using ES6 syntax, and jsdoc-require isnt catching that jsdoc blocks should be on them.

example:

export const functionName = (someParam: string): string => {
    return 'something awesome here';
}

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