There are a number of jsdoc tags that are used within web component definitions (see https://www.npmjs.com/package/web-component-analyzer#overview-of-supported-jsdoc-tags), such as @element and @slot.
jsdoc/check-tag-names doesn't support these tags (see https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.README/rules/check-tag-names.md) because they don't appear in the JSDoc 3 Block Tags.
What is the recommended way to handle these? Should I ignore them in the config?