An ESLint formatter that transforms linting results into a structured JSON output grouped by date and rule ID, intended for use with an ESLint dashboard. Version 0.0.3 is the initial release with minimal documentation. It is a niche formatter for developers building custom ESLint dashboards, with no active maintenance since first publish.
npm install eslint-formatter-dashboard-exporterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install the formatter and run ESLint with it, displaying the JSON output structure grouped by date.
Consider using a more widely adopted ESLint formatter like 'eslint-formatter-codeframe' or build a custom formatter.
Pin the version in package.json to avoid unexpected changes.
Use ESLint v7 or newer.
Run: npm install eslint-formatter-dashboard-exporter --save-dev
Ensure the formatter package is installed and use: eslint --format dashboard-exporter src
No dependency data recorded yet.