JSPM

@vismalietuva/tslint-formatter-html

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 208
  • Score
    100M100P100Q96713F

HTML formatter for tslint

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.

TSLint report

Installation

NPM CLI

npm install @vismalietuva/tslint-formatter-html --save-dev

Yarn CLI

yarn add VismaLietuva/tslint-html-formatter --dev

Usage

TSLint CLI

tslint --project tsconfig.json --formatters-dir node_modules/tslint-formatter-html/formatters --format html --out t
slint.html

Angular CLI

ng lint --format tslint-formatter-html > tslint.html