T TurboLint Docs CLI, rules, deploy notes

Documentation

Short, practical docs.

TurboLint scans JavaScript and TypeScript repositories in streaming mode, keeps memory bounded, and prints a clean report with line and column numbers.

CLI

Common commands.

turbolint ./src

Scan a directory recursively for JavaScript and TypeScript files.

turbolint --json ./src

Emit structured output for CI or automation.

turbolint --fix ./src

Apply the safe no-var fix in place.

Rules

Three rules only.

no-eval

Flags direct eval() calls.

no-var

Flags var declarations. This is the only auto-fixable rule.

no-console-log

Flags console.log() calls.

Deploy

Public source and public site.

GitLab

The source repo is public and open for review.

Site

The live site is served from the site/ directory.

Domain

The public hostname is turbolint.ideatr.dev.