Registry / testing / tslint-bamboo-formatter

tslint-bamboo-formatter

JSON →
library0.0.8jsnpmunverified

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-formatter
INSTALL
IMPORT
SIG · TSLINT-BAMBOO-FORM
T
tslint-bamboo-formatter
testingjavascriptv0.0.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bambooFormatter
import { bambooFormatter } from 'tslint-bamboo-formatter';
const bambooFormatter = require('tslint-bamboo-formatter');
TypeScript source file, not a compiled JS module; usage is via TSLint CLI config.

Configure TSLint to use the bamboo formatter by specifying the formatters directory and selecting the 'bamboo' formatter.

{ "scripts": { "lint": "tslint -s node_modules/tslint-bamboo-formatter/formatters/ -t bamboo src/**/*.ts" } }
Debug
Known issues
deprecatedTSLint is deprecated in favor of ESLint. This package relies on TSLint and is no longer maintained.
fix
Migrate to ESLint with @typescript-eslint/parser and use a Bamboo JSON formatter.
affects: >=0.0.0
Errors
Common errors & fixes
Cannot find module 'tslint-bamboo-formatter'
Package not installed or not in node_modules.
fix
Run 'npm install --save-dev tslint-bamboo-formatter' and ensure tslint is also installed.
Upgrade
Version history
0.0.8latest on npm
Audit
Dependencies
tslintrequiredpeer dependency required at runtime; TSLint is deprecated in favor of ESLint
Agent activity
10 hits · last 30 days
node
10
Resources
tslint-bamboo-formatter — npm install tslint-bamboo-formatter · libregistry