TypeScript Eslint

Open-source TypeScript projects categorized as Eslint

Top 23 TypeScript Eslint Projects

  1. electron-react-boilerplate

    A Foundation for Scalable Cross-Platform Apps

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management โ€” all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. typescript-eslint

    :sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript

    Project mention: TypeScript strictly typed - Part 1: configuring a project | dev.to | 2024-06-12

    For ESLint + TypeScript ESLint, with the new flat config eslint.config.js:

  4. noodle

    Rethinking Student Productivity

  5. XO

    โค๏ธ JavaScript/TypeScript linter (ESLint wrapper) with great defaults

    Project mention: Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects | dev.to | 2024-05-05

    You may be torn between those famous code styles, struggling to choose one between Airbnb JavaScript Style, Google JavaScript Style Guide, JavaScript Standard Style, or XO, among others.

  6. next-enterprise

    ๐Ÿ’ผ An enterprise-grade Next.js boilerplate for high-performance, maintainable apps. Packed with features like Tailwind CSS, TypeScript, ESLint, Prettier, testing tools, and more to accelerate your development.

  7. rushstack

    Monorepo for tools developed by the Rush Stack community

  8. eslint-config

    Anthony's ESLint config preset

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. precedent

    An opinionated collection of components, hooks, and utilities for your Next.js project.

  11. ts-nextjs-tailwind-starter

    ๐Ÿ”‹ Next.js + Tailwind CSS + TypeScript starter and boilerplate packed with useful development features

  12. eslint-plugin-compat

    Check the browser compatibility of your code

  13. node-typescript-boilerplate

    Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Vitest and type definitions included.

  14. typescript-express-starter

    ๐Ÿ“˜ Quick and Easy TypeScript Express Starter

  15. eslint-config-standard

    ESLint Config for JavaScript Standard Style

    Project mention: ESLint adoption guide: Overview, examples, and alternatives | dev.to | 2024-08-08

    Rules โ€” As covered in great detail above, shared rules are individual coding guidelines provided by the community, such as ESLint Config for standardjs.com

  16. eslint-plugin-perfectionist

    โ˜‚๏ธ ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.

  17. fork-ts-checker-webpack-plugin

    Webpack plugin that runs typescript type checker on a separate process.

  18. starter

    Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js

  19. angular-eslint

    :sparkles: Monorepo for all the tooling related to using ESLint with Angular

    Project mention: Accessibility Testing Tools for Angular | dev.to | 2025-04-21

    For more information, see the latest Angular ESLint rules on GitHub.

  20. eslint-stylistic

    Monorepo for ESLint Stylistic plugins and configs

    Project mention: ESLint adoption guide: Overview, examples, and alternatives | dev.to | 2024-08-08

    The npm package eslint-config-prettier eventually disables any ESLint rules dealing with code formatting to avoid conflicts with Prettier. You can see this with the handy ESLint Config Inspector: The second option is to use ESLint Stylistic. The primary focus of this project is on all stylistic rules including code formatting. This project was initiated as ESLint and typescript-eslint teams decided to deprecate formatting/stylistic-related rules.

  21. safeql

    Validate and auto-generate TypeScript types from raw SQL queries in PostgreSQL.

    Project mention: Litdb โ€“ type safe SQL for JavaScript/TS | news.ycombinator.com | 2024-12-05

    I'm really curious to see new DX for this problem. Litdb provides SQL-like syntax, but it feels like knowing actual SQL should be enough.

    If "type-safe queries with intellisense" is posed as an editor or build-time problem, rather than a library one, you don't have to learn anything new, and you can save the weight in your dependencies. A fusion of ts-safeql [0] and postgres_lsp [1] is the closest I've seen to solving this as an editor/build problem.

    [0] - https://github.com/ts-safeql/safeql

  22. create-typescript-app

    Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. ๐ŸŽ

  23. eslint-plugin-jest

    ESLint plugin for Jest

    Project mention: Starting React Native Project in 2025 | dev.to | 2024-11-25

    Jest has a number of globally-available functions, so we need to introduce these functions to ESLint with eslint-plugin-jest.

  24. vite-plugin-checker

    ๐Ÿ’ฌ Vite plugin that provide checks of TypeScript, ESLint, vue-tsc, Stylelint and more.

    Project mention: Make your Vite applications run a little faster | dev.to | 2024-09-14

    Once you've identified a performance issue, you can consider forking and improving the appropriate plugin, or just using a replacement. For the example above, you might consider replacing it with vite-plugin-checker, @nabla/vite-plugin-eslint or vite-plugin-eslint2, all of which support asynchronous ESLint checksums so as not to particularly impact performance and development experience, while still serving the purpose of ESLint checksums.

  25. eslint-plugin-testing-library

    ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library

    Project mention: Starting React Native Project in 2025 | dev.to | 2024-11-25

    Let's also add eslint-plugin-testing-library and eslint-plugin-jest-dom. Both are ESLint plugins that help to follow best practices and anticipate common mistakes when writing tests with Testing Library. For more info, see the excellent Common mistakes with React Testing Library article by Kent C. Dodds. ๐Ÿค“

  26. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Eslint discussion

Log in or Post with

TypeScript Eslint related posts

  • Accessibility Testing Tools for Angular

    1 project | dev.to | 21 Apr 2025
  • Next.js starter template

    1 project | dev.to | 13 Dec 2024
  • Next.js Starter Template

    1 project | news.ycombinator.com | 13 Dec 2024
  • Sheriff v25 Release announcement: full v9 compatibility achieved internally

    2 projects | dev.to | 10 Dec 2024
  • Starting React Native Project in 2025

    6 projects | dev.to | 25 Nov 2024
  • Validate and auto-generate TypeScript types from raw PostgreSQL with ESLint

    1 project | news.ycombinator.com | 21 Nov 2024
  • Generative AI in JavaScript? Microsoftโ€™s GenAIScript, Svelte 5, Next.js 15 and more

    1 project | dev.to | 27 Oct 2024
  • A note from our sponsor - InfluxDB
    influxdata.com | 22 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more โ†’

Index

What are some of the best open-source Eslint projects in TypeScript? This list will help you:

# Project Stars
1 electron-react-boilerplate 23,702
2 typescript-eslint 15,670
3 noodle 12,391
4 XO 7,764
5 next-enterprise 6,725
6 rushstack 6,126
7 eslint-config 5,021
8 precedent 4,967
9 ts-nextjs-tailwind-starter 3,165
10 eslint-plugin-compat 3,121
11 node-typescript-boilerplate 2,862
12 typescript-express-starter 2,807
13 eslint-config-standard 2,638
14 eslint-plugin-perfectionist 2,509
15 fork-ts-checker-webpack-plugin 1,977
16 starter 1,783
17 angular-eslint 1,707
18 eslint-stylistic 1,675
19 safeql 1,419
20 create-typescript-app 1,288
21 eslint-plugin-jest 1,152
22 vite-plugin-checker 1,096
23 eslint-plugin-testing-library 1,007

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management โ€” all implemented with just a few lines of code. Start building today.
www.civic.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?