Registry / devops / eslint-formatter-html-extended

eslint-formatter-html-extended

JSON →
library1.0.2jsnpmunverified

A beautiful ESLint HTML formatter that extends ESLint's official HTML formatter with stylish terminal output. Version 1.0.2, stable, no active development since 2019. Combines HTML report generation with stylish console output, allowing developers to see results both in terminal and as a browsable HTML file. Differentiator: dual output (terminal + HTML) vs. standard formatters that output only one.

npm install eslint-formatter-html-extended
INSTALL
IMPORT
SIG · ESLINT-FORMATTER-H
E
eslint-formatter-html-extended
devopsjavascriptv1.0.2
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-html-extended'
const formatter = require('eslint-formatter-html-extended')
ESM and CJS both supported; the module exports a single function.

Shows CLI invocation to generate HTML report with stylish output using the formatter.

// No code example needed; usage is via CLI. // Install: npm i eslint-formatter-html-extended --dev // Run: eslint --ext .js . -f node_modules/eslint-formatter-html-extended -o eslint-report.html
Debug
Known issues
gotchaFormatter must be passed as full path to node_modules, not just the package name, unless using ESLint's built-in loader.
fix
Use full path: eslint -f node_modules/eslint-formatter-html-extended -o report.html
affects: <=1.0.2
deprecatedPackage is in maintenance mode; no updates since 2019. May not work with future ESLint versions.
fix
Consider alternative formatters like eslint-formatter-html or eslint-formatter-codeframe.
affects: <=1.0.2
gotchaThe formatter does not support custom configuration or theming; output style is fixed.
fix
Fork the package or use a more configurable formatter if customization needed.
affects: <=1.0.2
Upgrade
Version history
1.0.2latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
eslint-formatter-html-extended — npm install eslint-formatter-html-extended · libregistry