
tsgolint v7 ships type-aware linting written in Go
tsgolint v7 runs typescript-eslint's type-aware rules in Go. It covers 59 of 61 rules, and the project's own two speed claims do not agree.
Tag archive

tsgolint v7 runs typescript-eslint's type-aware rules in Go. It covers 59 of 61 rules, and the project's own two speed claims do not agree.
Real benchmarks, rule comparisons, and migration advice for JavaScript/TypeScript linting in 2026 — ESLint v10, Biome v2, and Oxlint compared.
Automate Dockerfile linting with Hadolint: the 10 rules every team should enforce (version pinning, non-root, COPY over ADD, exec-form CMD) and how to
This week's releases split neatly into two themes: Python tooling getting quieter (Ruff shipping...
How old tools improve the work of new (non)humans. I noticed this pattern while working through a...
The theme this week is consolidation: agent frameworks are shipping stable APIs, structural...

A pragmatic golangci-lint config for Go: errcheck, govet, staticcheck, per-path excludes, and a CI gate that fails on real bugs only.
Go code has a long-running naming habit around initialisms: ID, URL, HTTP, API, and friends often...
Most teams migrating from ESLint make the wrong choice between Biome and Oxlint. This comparison shows which Rust-powered linter matches your production constraints.
New addons-linter Plugin for SuperCLI Linter for Firefox WebExtensions and addons by...
In-depth comparison of JavaScript/TypeScript formatting and linting tools: speed, features, plugin ecosystems, and migration paths. Biome is 25x faster than Prettier — but should you switch?
How a meta-gate enforces deadline-driven CI hardening without freezing contributors — one logical concern per PR, permanent blocking by design.