An ESLint formatter that outputs linting results as Markdown, suitable for use with ESLint CLI, grunt-eslint, or programmatic usage. Current stable version is 1.0.4, last updated July 2017. The package has not seen active development since then, and only supports ESLint 2.x and 3.x (with potential issues on newer Node). It depends on lodash. Key differentiators: generates human-readable Markdown reports with summary statistics and sorting, but is largely obsolete due to lack of updates and ESLint's built-in formatter improvements.
Verified import paths — ran on the pinned version, not inferred.
The package does not provide a default ES module export; use CommonJS require.
When using CLI, the format argument must point to the full path of the markdown.js file, not just the package name.
In grunt-eslint config, the format property expects the require'd function, not a string.
Shows how to generate Markdown-formatted ESLint output via CLI and programmatically using CommonJS require.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.