eslint-plugin-jsdoc is an ESLint plugin that enforces JSDoc comment rules. It analyzes your JavaScript files and ensures your JSDoc comments are consistent, complete, and adhere to specified standards. This enforces documentation best practices and style. It checks for things such as defined parameters, types, and return values. This facilitates better code readability, maintainability, and API documentation. The rules are configurable for a variety of JSDoc styles.