TSLint formatter that outputs JSON logs compatible with Atlassian Bamboo CI. Version 0.0.8 is the latest stable release; no active development. Provides a custom formatter for TSLint to generate Bamboo-friendly JSON output. Alternatives include using TSLint's built-in JSON formatter or migrating to ESLint with bamboo formatters.
npm install tslint-bamboo-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure TSLint to use the bamboo formatter by specifying the formatters directory and selecting the 'bamboo' formatter.
Migrate to ESLint with @typescript-eslint/parser and use a Bamboo JSON formatter.
Run 'npm install --save-dev tslint-bamboo-formatter' and ensure tslint is also installed.