Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
iliubinskii opened this issue Mar 14, 2023 · 1 comment
Closed

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

iliubinskii opened this issue Mar 14, 2023 · 1 comment
Labels

Comments

@iliubinskii
Copy link

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
@brettz9
Copy link
Collaborator

brettz9 commented Mar 14, 2023

It was fixed then. Note the test provided that requires that:

settings: {
        jsdoc: {
          mode: 'typescript',
        },
      },

...be provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants