Registry / devops / eslint-formatter-vscode

eslint-formatter-vscode

JSON →
library0.1.6jsnpmunverified

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.

devops
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

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.

eslint . --format vscode

For detailed output, use 'vscode/detailed' as the format name.

eslint . --format vscode/detailed

Common usage via npx with glob pattern.

npx eslint './src/**/*.{js,ts,tsx,jsx}' -f vscode

Run ESLint with the vscode formatter to display compact color-coated output.

npx eslint './src/**/*.{js,ts,tsx,jsx}' -f vscode
Debug
Known footguns
gotchaThe formatter uses Node.js built-in colors, which may not be visible in some terminals.
gotchaThe 'vscode/detailed' format name may not be recognized if the package is not installed correctly.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
9 hits · last 30 days
gptbot
3
ahrefsbot
2
bingbot
1
Resources