A meta-formatter for ESLint that runs multiple output formatters (e.g., stylish to console and checkstyle to file) in a single pass. Version 2.0.0 uses an async API and is ESM-only. Provides a configuration-driven approach via package.json or config file, allowing flexible output paths and console logging. Unlike alternatives that only write to disk, this supports console output and custom formatter names.
npm install eslint-formatter-multiple-asyncNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure eslint-formatter-multiple to output stylish to console and checkstyle to a file.
Use dynamic import() or migrate to ESM.
Install as 'npm install --save-dev @magarcia/eslint-formatter-multiple'.
Use .eslintrc.json or eslint-formatter-multiple.config.js.
Always provide a 'path' property when 'output' is 'file'.
Run: npm install --save-dev @magarcia/eslint-formatter-multiple
Update formatters to return a Promise, or use a wrapper.
Ensure your config has a 'formatters' array with at least one object containing 'name' and 'output'.
No dependency data recorded yet.