Good-lookin' ESLint formatter for delightful readability. Current stable version is 2.4.1, released November 2025, with regular updates. Key differentiators: colorful output with code highlighting via Shiki, support for 50+ VS Code themes, JSON/Markdown/CSS highlighting, and auto-fixable markers. ESM-only since v2 (breaking change). Active maintenance with frequent bug fixes.
npm install eslint-formatter-moVerified import paths — ran on the pinned version, not inferred.
Shows installation as dev dependency, CLI usage with `-f mo`, programmatic use with import, and custom theme via environment variable.
Use import syntax or upgrade to Node 18+ with "type": "module" in package.json.
Upgrade to v2.4.1 and migrate to ESM.
Ensure network access or pre-cache themes. The package will work without highlighting if offline.
Set MO_THEME in your shell or .env file before calling eslint.
Use --no-color or pipe output to a file for non-TTY environments.
Run `npm install eslint-formatter-mo --save-dev`.
Use `import` syntax or downgrade to v1.x (not recommended).
Upgrade to v2.4.1 or later.
No dependency data recorded yet.