System Grab Bag

View all TLDR pages from common (or from all pages)

tslint

A pluggable linting utility for TypeScript. More information: https://palantir.github.io/tslint.
  • Create TSLint config:
    tslint --init
  • Lint on a given set of files:
    tslint {{path/to/file1.js path/to/file2.js ...}}
  • Fix lint issues:
    tslint --fix
  • Lint with the config file in the project root:
    tslint --project {{path/to/project_root}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.