1.1.1 • Published 3 years ago

tslint-formatter-code-insights v1.1.1

Weekly downloads
15
License
-
Repository
github
Last release
3 years ago

tslint-formatter-code-insight

Formats TSLint output to Bitbucket Code Insight annotations format

Installation

npm install --save-dev tslint-formatter-code-insight

Usage

Use node_modules/tslint-formatter-code-insight as value for formattersDir parameter while using tslint:

tslint --formattersDir node_modules/tslint-formatter-code-insights --format codeInsights my-file.ts

or short:

tslint -s node_modules/tslint-formatter-code-insights -t codeInsights my-file.ts