A collection of custom formatters for TSLint errors, providing output formatting options beyond TSLint's built-in formatters. Version 0.1.0 is the latest stable release. The package is designed for use with TSLint 5.x and provides TypeScript type definitions. It is a niche utility for developers who need custom error output formatting for TSLint, compatible with Node.js and browser environments. The package is currently in stable state but has not seen recent updates.
npm install ts-tslint-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and configure the custom formatter with TSLint.
Add 'formattersDirectory' and 'formatter' fields to your tslint.json.
Migrate to ESLint with appropriate plugins.
Check that formattersDirectory points to the correct path (e.g., 'node_modules/ts-tslint-formatter/dist/formatters/').
Configure the formatter in tslint.json; do not import in source code.