Menu
Important
Stay updated on React2Shell

ESLINT_REACT_RULES_REQUIRED

Last updated April 23, 2025

Conformance is available on Enterprise plans

This Conformance check requires that ESLint plugins for React are configured correctly in your application, including:

These plugins help to catch common React issues, such as incorrect React hooks usage, helping to reduce bugs and to improve application accessibility.

This check requires that certain ESLint plugins are installed and rules within those plugins are configured to be errors. If you are missing required plugins, you will receive an error such as:

For more information on ESLint plugins and rules, see plugins and rules.

The recommended approach for configuring ESLint in a monorepo is to have a shared ESLint config in an internal package. See the Turbo docs on ESLint to get started.

Once your monorepo has a shared ESLint config, you can add a file to the root folder of your workspace with the contents:

You should also add to your .


Was this helpful?

supported.