A beautiful formatter for ESLint that provides visually appealing output with code frames. Current stable version is 3.0.0. Maintenance-focused, with no recent breaking changes. Differentiates from default ESLint formatters by offering colorized, structured output that enhances readability of lint results. Suitable for use with ESLint CLI, gulp-eslint, and eslint-loader.
npm install eslint-formatter-beautyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the formatter, create a minimal ESLint config with a rule, a test file with an error, and run ESLint using the beauty formatter.
Use require() instead of import.
Use -f=beauty.
Switch to eslint-webpack-plugin and use the formatter option.
Ensure ESLint is properly configured for actual rule checks.
Run `npm install --save-dev eslint-formatter-beauty`.
Use `eslint -f=beauty` instead of `eslint -f=eslint-formatter-beauty`.
Pass the result of `require('eslint-formatter-beauty')` as the formatter argument.