eslint-plugin-tsdoc enforces TSDoc comment standards in TypeScript projects. It uses ESLint to validate that your code has complete and correct documentation by parsing comments and verifying they adhere to the TSDoc syntax and best practices. Improve code clarity, generate accurate API documentation, and maintain consistent documentation throughout your TypeScript codebase with this plugin. It helps prevent documentation errors before they affect your users.