Standalone package for ESLint's official 'stylish' formatter, extracted for use outside ESLint's core. Version 9.0.1 supports ESLint 9 and requires Node ^18.18.0 || ^20.9.0 || >=21.1.0. Ships TypeScript definitions. Useful for custom lint reporting or integrating ESLint output into other tools. Maintained as part of the eslint-formatters monorepo with minimal dependencies.
npm install eslint-formatter-stylishNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use the stylish formatter with ESLint's API to lint code and output formatted results.
Use dynamic import() or switch to ESM in your project.
Upgrade Node to ^18.18.0 || ^20.9.0 || >=21.1.0
Use the `FORCE_COLOR=1` environment variable or ensure TTY.
Upgrade to v9 for ESLint 9 support.
Use import or dynamic import()
Pass an array of result objects: stylish(results)
npm install eslint-formatter-stylish
No dependency data recorded yet.