just ___
Home
Guide
GitHub
Home
Guide
GitHub
  • Tasks
    • Getting started
    • Composition of tasks
    • Logging
    • Command line arguments
    • Conditionals
    • Higher order task functions
  • Scripts
    • Introduction
    • TypeScript
    • Webpack
    • Lint
    • Jest

Lint

As the amount of code grows, developers need a way to keep the code looking consistent. eslint is the de facto linter for JS and TS code.

// just.config.js
import { eslintTask } from 'just-scripts';
task('eslint', eslintTask());
Last Updated: 12/11/25, 5:07 PM
Prev
Webpack
Next
Jest