TypeScript is a very popular compiler. But as the amount of code grows, developers need a way to keep the code looking consistent. tslint is the de facto linter for TS code.

// just-task.js
import { tslintTask } from 'just-scripts';
task('tslint', tslintTask());