Registry / devops / eslint-formatter-galaxy

eslint-formatter-galaxy

JSON →
library0.6.5jsnpmunverified

An ESLint HTML formatter with a space/galaxy theme, forked from eslint-formatter-html. Current stable version 0.6.5. Provides visually appealing HTML output of linting errors and warnings, helping developers identify issues more easily. Active development (Korean README). Key differentiator: space-themed visual style vs standard HTML formatter.

npm install eslint-formatter-galaxy
INSTALL
IMPORT
SIG · ESLINT-FORMATTER-G
E
eslint-formatter-galaxy
devopsjavascriptv0.6.5
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.

formatter
✓ eslint file.js --format galaxy --output report.html
✗ eslint file.js -f eslint-formatter-galaxy --output report.html
Use the package name 'galaxy' (or 'eslint-formatter-galaxy') as the format argument, not the full module path.
ESLint config
✓ // .eslintrc.json { "formatter": "galaxy" }
✗ // .eslintrc.json { "formatter": "eslint-formatter-galaxy" }
In config files, use the short name 'galaxy' as the formatter value.

Shows how to install and run ESLint with the Galaxy formatter to generate an HTML report.

// Install npm install --save-dev eslint eslint-formatter-galaxy // Run ESLint and output formatted HTML report eslint src/ --format galaxy --output report.html // Open the report in a browser open report.html
Debug
Known issues
breakingRequires Node.js >=20.10.0 – older Node versions will fail to run.
fix
Upgrade Node.js to version 20.10.0 or later.
affects: <=20.10.0
gotchaThe formatter is a fork of eslint-formatter-html; may have diverging features or bugs.
fix
Check the repository for known issues or differences.
affects: *
gotchaOutput is only in HTML format – not suitable for CI text output or terminal viewing.
fix
Use a different formatter for non-HTML output (e.g., stylish).
affects: *
Errors
Common errors & fixes
Error: Cannot find module 'eslint-formatter-galaxy'
The package is not installed or the format name is incorrect.
fix
Run `npm install --save-dev eslint-formatter-galaxy` and use `--format galaxy`.
Error: Invalid format name: 'galaxy'
Older ESLint versions may not recognize the formatter plugin.
fix
Upgrade ESLint to a version that supports plugin formatters (>= 7.0.0).
Upgrade
Version history
0.6.5latest on npm
Audit
Dependencies
eslintrequiredPeer dependency – the formatter requires ESLint to be installed.
Agent activity
4 hits · last 30 days
node
4
Resources
eslint-formatter-galaxy — npm install eslint-formatter-galaxy · libregistry