Try @eslint-react/kit@beta
logoESLint React

Configuration

Learn how to configure ESLint React for your project

ESLint React is highly configurable. Depending on your needs, you can customize the analyzer's behavior, align the linting process with your project's TypeScript configuration, or even write custom rules specific to your codebase.

Explore the following sections to learn more about the configuration options available:

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