Skip to main content

TypeScript ESLint

Tooling which enables ESLint to support TypeScript

What are ESLint and TypeScript, and how do they compare?

eslint

ESLint is an awesome linter for JavaScript code.

ESLint statically analyzes your code to quickly find problems. It allows creating a series of assertions called lint rules around what your code should look or behave like, as well as auto-fixer suggestions to improve your code for you, and loading in lint rules from shared plugins.

TypeScript

TypeScript is a strongly typed programming language that builds on JavaScript.

TypeScript adds additional syntax to JavaScript that allows you to declare the shapes of objects and functions in code. It provides a set of language services that allow for running powerful inferences and automations with that type information.

Why does this project exist?

typescript-eslint enables ESLint to run on TypeScript code. It brings in the best of both tools to help you write the best JavaScript or TypeScript code you possibly can.

ESLint and TypeScript represent code differently internally. ESLint's default JavaScript parser cannot natively read in TypeScript-specific syntax and its rules don't natively have access to TypeScript's type information.

typescript-eslint:

  • allows ESLint to parse TypeScript syntax
  • creates a set of tools for ESLint rules to be able to use TypeScript's type information
  • provides a large list of lint rules that are specific to TypeScript and/or use that type information

Financial Contributors

  • Sponsored by Nx (by Nrwl)
  • Sponsored by n8n.io - n8n GmbH
  • Sponsored by Florian Studio
  • Sponsored by Andrey Sitnik
  • Sponsored by Loyalty Leo
  • Sponsored by David Johnston
  • Sponsored by Airbnb
  • Sponsored by Joe Alden
  • Sponsored by Josh Goldberg
  • Sponsored by Michael Ranciglio
Become a sponsor