I have installed TypeDoc and its plugin typedoc-plugin-not-exported that adds a new tag @notExported.
Running ESlint with eslint-plugin-tsdoc rightly complains that @notExported tag is not defined:
tsdoc-undefined-tag: The TSDoc tag "@notExported" is not defined in this configuration (tsdoc/syntax)
Is there any mechanism to make the eslint-plugin-tsdoc ignore this or generally a set of tags?
Thanks!
mario