TLDR
Enter a command. For example: slackcat, factor, rscript, nodemon.

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 {{filename}}.js {{filename1}}.js
     
  • Fix lint issues:
     
    tslint --fix
     
  • Lint with the config file in the project root:
     
    tslint --project {{path/to/project_root}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.