ESDoc Lint Plugin is a lint plugin for ESDoc documentation generator. Version 1.0.2 is the current stable release; the package is no longer actively developed as ESDoc itself is deprecated. It enables linting of documentation comments during the ESDoc generation process. Key differentiators: integrates directly with ESDoc pipeline, requires minimal configuration, and is the only dedicated lint plugin for ESDoc. However, note that ESDoc and its plugins are no longer maintained; users are advised to migrate to alternatives like TypeDoc or JSDoc.
npm install esdoc-lint-pluginNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and configure the lint plugin in an ESDoc project.
Switch to a maintained documentation tool such as TypeDoc (for TypeScript) or JSDoc.
Define plugin in esdoc.json under 'plugins' array.
Explicitly set 'enable' to true if you want linting, or omit to use default.
Run 'npm install esdoc-lint-plugin' in your project.
Ensure plugin config follows format: {"name": "esdoc-lint-plugin", "option": {}}