Closed
Description
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