Description
TypeScript code can be checked against lint rules with the TSLint command-line tool. It is mainly useful for older projects that still depend on TSLint rather than newer ESLint-based TypeScript setups.
Run `tslint` from a project directory or package script. It reads source files and configuration, and may rewrite files only when explicit fix options are used.