Registry / testing / eslint-formatter-stylish-verbose

eslint-formatter-stylish-verbose

JSON →
library0.0.1jsnpmunverified

An ESLint formatter that extends the classic stylish reporter by also listing files that had no errors or warnings, providing a more complete summary of the linting run. Version 0.0.1 is the initial and only release so far. This package is a fork of the deprecated eslint-stylish formatter, adding verbose output for clean files.

npm install eslint-formatter-stylish-verbose
INSTALL
IMPORT
SIG · ESLINT-FORMATTER-S
E
eslint-formatter-stylish-verbose
testingjavascriptv0.0.1
harness data pending
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.

default
✓ import formatter from 'eslint-formatter-stylish-verbose'
✗ const formatter = require('eslint-formatter-stylish-verbose')
ESLint formatters are typically required via path or module name; this import is used programmatically with eslint-loader or custom scripts.

Demonstrates installing and using the formatter via ESLint CLI to see verbose output including clean files.

// Install: npm install --save-dev eslint eslint-formatter-stylish-verbose // Create a JavaScript file with intentional errors (e.g., test.js) // Run ESLint with the formatter: // eslint --format=stylish-verbose test.js
Debug
Known issues
gotchaThe package version 0.0.1 is a single release; expect limited maintenance or updates.
fix
Consider using the official stylish formatter (built-in) if verbose output is not needed.
affects: 0.0.1
Errors
Common errors & fixes
Cannot find module 'eslint-formatter-stylish-verbose'
Package not installed or not in node_modules.
fix
Run `npm install --save-dev eslint-formatter-stylish-verbose`
Invalid format 'stylish-verbose'
Using the wrong format option in ESLint configuration.
fix
Use `--format=stylish-verbose` on CLI or set `format: 'stylish-verbose'` in config.
Upgrade
Version history
0.0.1latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
eslint-formatter-stylish-verbose — npm install eslint-formatter-stylish-verbose · libregistry