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

The TypeScript ESLint project would not be possible without the generous support of our financial contributors.

Gold Supporters

  • Codecademy logo
  • EY Doberman logo
  • Future Processing logo

Silver Supporters

  • Whitebox logo
  • Sourcegraph logo
  • Monito logo
  • STORIS logo
  • revo.js logo
  • Ian MacLeod logo
  • Codiga logo
  • David Johnston logo
  • Joe Alden logo
  • Gianfranco Palumbo logo
  • The Guardian logo
  • Laserhub logo