microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.67k stars 131 forks source link

eslint-plugin-tsdoc: Missing rule to check for absence of a TSDoc comment #372

Open WesSouza opened 6 months ago

WesSouza commented 6 months ago

The documentation eslint-plugin-tsdoc is very vague, as I understand there is only one rule that validates the entire comment block for syntax adherence, but not much else that is necessary for a complete linting solution.

For example: what is the equivalent of jsdoc/require-jsdoc?

Do I need to use jsdoc and tsdoc on my ESLint configuration?

ayushjaipuriyarht commented 3 months ago

The documentation eslint-plugin-tsdoc is very vague, as I understand there is only one rule that validates the entire comment block for syntax adherence, but not much else that is necessary for a complete linting solution.

For example: what is the equivalent of jsdoc/require-jsdoc?

Do I need to use jsdoc and tsdoc on my ESLint configuration?

where you able to find anything on this ?