logoESLint React
Packages

Overview

All packages in the ESLint React monorepo.

Packages Summary

This section provides a summary of the packages in the monorepo.

Local Packages

  • .pkgs/configs: Workspace config bases
  • .pkgs/eff: JavaScript and TypeScript utilities

Internal Packages

  • Utilities
    • packages/utilities/ast: TSESTree AST utility module for static analysis
    • packages/utilities/var: TSESTree AST utility module for static analysis of variables
    • packages/utilities/jsx: TSESTree JSX utility module for static analysis of JSX patterns
  • Core & Shared
    • packages/core: Utility module for static analysis of React core APIs and patterns
    • packages/shared: Shared constants, types and functions

Public Packages

Documentation

  • apps/website: Documentation website
  • apps/playground: Interactive playground (WIP)

Learn More

  • See the Rules page for a full list of available lint rules.
  • See the @eslint-react/kit page for building your own custom React rules.

On this page