eslint-simple-formatter (v1.0.1) provides a clean, minimal output for ESLint results. It is a simple formatter that reduces noise by displaying only essential lint information. With no dependencies and minimal configuration, it serves as a lightweight alternative to built-in or more complex formatters. The package appears to be a single-function formatter usable via ESLint's --format flag. No release cadence is documented; it is a small utility. Key differentiators: zero dependencies, trivial setup.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
The module exports a single default function. In ESM, use default import. In CJS, use require('eslint-simple-formatter').default.
If using CommonJS, you must access .default because the package is likely transpiled ESM.
The --format flag accepts a module path directly. No import needed when used via CLI.
Shows installation, CLI usage, and programmatic usage of the formatter using ESM.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.