Presets
Overview

Presets

The following presets are available in this plugin:

These presets are for ESLint LegacyConfig (.eslintrc.*) only.
  • recommended-legacy (plugin:@eslint-react/recommended-legacy)
    Enable rules that are recommended by ESLint React.
  • recommended-type-checked-legacy (plugin:@eslint-react/recommended-type-checked-legacy)
    Enable rules that are recommended by ESLint React with additional rules that require type information.
  • all-legacy (plugin:@eslint-react/all-legacy)
    Enable all rules in this plugin except for debug rules.
  • off-legacy (plugin:@eslint-react/off-legacy)
    Disable all rules in this plugin except for debug rules.