A checkstyle reporter for TSLint
npm install tslint-checkstyle-reporternpm install tslint-checkstyle-reporter --save-dev
Note that due to limitations in TSLint this reporter is unable to produce valid checkstyle XML on it's own.
You will need to post-process the output to add the following lines at the beginning and end:
``xml``
The tslint-loader for Webpack provides the ability to handle this issue.