Package Exports
- @vismalietuva/tslint-formatter-html
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vismalietuva/tslint-formatter-html) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tslint-html-formatter
HTML formatter for TSLint.

Installation
NPM CLI
npm install @vismalietuva/tslint-formatter-html --save-devYarn CLI
yarn add VismaLietuva/tslint-html-formatter --devUsage
TSLint CLI
tslint --project tsconfig.json --formatters-dir node_modules/tslint-formatter-html/formatters --format html --out t
slint.htmlAngular CLI
ng lint --format tslint-formatter-html > tslint.html