logoESLint React

Packages

Utility modules for building custom React rules

Under Construction

This page is under construction.

ESLint React provides a set of utility packages designed to help you build custom React rules and analyze React code.

Explore the available packages below:

Resources

  • AST Explorer - A tool for exploring the abstract syntax tree (AST) of JavaScript code, which is essential for writing custom rules.
  • ESLint Developer Guide - Official ESLint documentation for creating custom rules.
  • Using the TypeScript Compiler API - TypeScript compiler API documentation for working with type information in custom rules.

On this page