An ESLint formatter that produces color-coated, VSCode-compatible output with severity, filepath, and ruleId. The current stable version is 0.1.6. It provides two output modes: a compact 'vscode' format and a detailed 'vscode/detailed' format that includes messages and file-level summaries. It is a lightweight, no-configuration formatter targeting developers who integrate ESLint with VSCode's problem matchers. Unlike other formatters, it generates output that VSCode can parse directly in terminal and problem panels.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
This package is an ESLint formatter; use via ESLint's --format flag, not as a module import.
For detailed output, use 'vscode/detailed' as the format name.
Common usage via npx with glob pattern.
Run ESLint with the vscode formatter to display compact color-coated output.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.