Skip to content

require-description-complete-sentence not working correctly with return tag  #572

@krutoo

Description

@krutoo

Hi. Looks like JSDoc plugin parses return tag not exactly correctly.

Screenshot from VS Code:
image

In my ESLint config i have option:

    'jsdoc/require-description-complete-sentence': [
      'error',
      {
        tags: [
          'typedef',
          'property',
        ],
      },
    ],

How can i take an expected warning/error?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions