just ___
Home
Guide
GitHub
Home
Guide
GitHub
  • Home
  • Tasks
    • Composition of tasks
    • Logging
    • Command line arguments
    • Controlling Task Flow with Conditionals
    • Higher Order Task Functions
  • Scripts
    • TypeScript
    • Webpack
    • TypeScript Lint
    • Jest

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.config.js
import { tslintTask } from 'just-scripts';
task('tslint', tslintTask());
Last Updated: 3/27/25, 10:00 PM
Contributors: Elizabeth Craig
Prev
Webpack
Next
Jest