Skip to content

check-tag-names doesn't recognize @internal #995

Closed
@iliubinskii

Description

@iliubinskii

IMPORTANT:
There is exactly the same issue 1 year ago:
#859
It says that the issue was fixed in 38.0.8.
And yet I see it with 40.0.0.

Expected behavior

Should recognize this.

/**
 * @internal
 */

Actual behavior

Reports error:
Invalid JSDoc tag name "internal".

ESLint Config

"jsdoc/check-tag-names": "warn",

ESLint sample

/**
 * @internal
 */
export interface OnMouseDown {}

Environment

  • Node version: 18.15.0
  • ESLint version 8.33.0
  • eslint-plugin-jsdoc version: 40.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions