tech/webdev magazine

November 20, 2024

Why Typed Linting Needs TypeScript Today

Wednesday, November 20, 2024 Teklinks

Linting with type information, also called “typed linting” or “type-aware linting”, is the act of writing lint rules that use type information to understand your code. Typed linting as provided by typescript-eslint is the most powerful JavaScript/TypeScript linting in common use today. Lint rules that use type information are significantly more capable than traditional, AST-only rules.

Full article