ESLint custom formatter (v1.0.0) that outputs ESLint lint results in TOML format. Released as a stable package, it is a niche formatter for integrating ESLint output with tools that consume TOML. TOML is a minimal configuration file format, but its use for formatter output is rare. Compared to JSON or stylish formatters, this one is for specialized pipelines. No active issues on repo; low maintenance.
npm install eslint-formatter-tomlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use the formatter both via CLI and programmatically with ESLint.
Escape strings as needed or consider using a more resilient format like JSON.
Ensure you pass results directly from ESLint.lintFiles or ESLint.lintText.
Check compatibility before upgrading ESLint.
Use dynamic import() or switch to ESM: import formatter from 'eslint-formatter-toml';
Ensure you are using a bundler that supports ESM and import the default export.
No dependency data recorded yet.