tsgolint Reaches Stable v7, Bringing Go-Powered Type-Aware Linting to Oxlint
7.4 relevance
Score Breakdown
technical depth 8
novelty 7
actionability 8
community 7
strategic 5
personal 8
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
New Go-powered TypeScript linter; directly actionable for developer tooling and code quality enthusiasts.
Summary
tsgolint v7, the Go-powered type-aware linting engine behind Oxlint, is now stable, achieving 12-18x speedup over ESLint with typescript-eslint across large codebases like microsoft/vscode and vuejs/core. It builds real TypeScript programs on typescript-go (TypeScript 7's official Go port), covering 59 of 61 type-aware rules, and outputs structured diagnostics to Oxlint's Rust-based file discovery and syntax rules. The release tracks TypeScript v7.0.2, adds per-rule debug timings, and exposes compiler errors via --type-check.