tslint can extend an existing rule set and is shipped with the defaults tslint:recommended and tslint:latest.
tslint:recommended is a stable, somewhat opinionated set of rules which we encourage for general TypeScript programming. This configuration follows semver, so it will not have breaking ch...