# tsgolint Reaches Stable v7, Bringing Go-Powered Type-Aware Linting to Oxlint

DevFeed: [tsgolint Reaches Stable v7, Bringing Go-Powered Type-Aware Linting to Oxlint](<https://devfeed.tech/articles/tsgolint-reaches-stable-v7-bringing-go-powered-type-aware-linting-to-oxlint-8461.md>)

Original publisher: [Read original article](<https://www.infoq.com/news/2026/09/tsgolint-oxlint-typescript/>)

Author: Daniel Curtis

Published: 2026-09-11T12:02:00Z

Content type: news

Language: en

Sources: [InfoQ](<https://devfeed.tech/sources/infoq.md>)

Topics: [ESLint](<https://devfeed.tech/topics/eslint.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>)

Tags: [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [development](<https://devfeed.tech/tags/development.md>), [eslint](<https://devfeed.tech/tags/eslint.md>), [go-language](<https://devfeed.tech/tags/go-language.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [news](<https://devfeed.tech/tags/news.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [speed](<https://devfeed.tech/tags/speed.md>), [tsgolint-oxlint-typescript](<https://devfeed.tech/tags/tsgolint-oxlint-typescript.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [web-development](<https://devfeed.tech/tags/web-development.md>)

## AI overview

tsgolint v7 is now stable, adding Go-powered, type-aware TypeScript linting to Oxlint. It supports 59 of 61 typescript-eslint type-aware rules and is reported as 12 to 18 times faster than ESLint in the cited benchmarks.

## Source excerpt

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 59 of 61 type-aware rules and shows significant performance improvements over ESLint. By Daniel Curtis