Open
Description
I use the eslint-plugin-tsdoc
for linting, and noticed that the JSDoc @see tag is not supported in the list of TSDoc tags.
We use @see
tags extensively in one of our projects, so it would be great to add support for it so the TSDoc ESLint plugin doesn't warn for using that tag.
I'm happy to write a PR. Is all it takes adding this to the list of TSDoc tags?