A meta formatter for ESLint that allows outputting lint results to multiple formats simultaneously (e.g., console and file). Version 2.0.0 works with ESLint 8+. Configured via package.json, it supports any ESLint formatter (stylish, checkstyle, etc.) and can write to console or file. Unlike default ESLint which only supports one --format, this plugin enables multi-format output in a single run.
npm install eslint-formatter-multipleVerified import paths — ran on the pinned version, not inferred.
Configure multiple ESLint formatters (stylish to console, checkstyle to file) via package.json and run ESLint with the --format flag.
Update ESLint to 8.x or use eslint-formatter-multiple@1.x for ESLint 7.x
Install required formatters (e.g., npm install eslint-formatter-stylish)
Use absolute path or ensure correct working directory
npm install --save-dev eslint-formatter-multiple
Check formatter spelling and ensure package is installed