ToolsSeptember 11, 2026via InfoQ AI/ML
tsgolint Reaches Stable v7, Bringing Go-Powered Type-Aware Linting to Oxlint
Why it matters
A developer tool that changes how TypeScript codebases are linted — faster feedback loops, same rule coverage. Practitioners building or maintaining large TS projects would evaluate this for adoption.
Key signals
- tsgolint v7 stable release
- Go-powered implementation for performance gains over ESLint
- Type-aware linting via typescript-go compiler
- Handles 59 of 61 type-aware rules
- Compatible with TypeScript 7.0.2
- Oxlint manages configuration and file discovery
- Significant performance improvements claimed
- tsgolint v7 now stable
- Native Go implementation for performance
- Oxlint handles configuration and file discovery
- Supports 59 of 61 type-aware rules
- Significant performance improvements over ESLint
The hook
TypeScript linting just got faster. tsgolint v7 swaps ESLint's JavaScript for Go, cutting lint times while keeping type-aware rules intact.
tsgolint has released a stable v7, enhancing TypeScript linting with native Go speed. It offers type-aware linting, leveraging TypeScript's semantic analysis through the typescript-go compiler. Oxlint manages configurations and file discovery. The release, compatible with TypeScript 7.0.2, handles 5…