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.
npm install eslint-formatter-vscodeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run ESLint with the vscode formatter to display compact color-coated output.
Ensure your terminal supports ANSI color codes.
Install eslint-formatter-vscode as a devDependency: npm install --save-dev eslint-formatter-vscode
Run 'npm install --save-dev eslint-formatter-vscode' and ensure it's in node_modules.
Reinstall the package: 'npm install eslint-formatter-vscode@latest --save-dev'
No dependency data recorded yet.