You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Presets with `-legacy` suffix are only available for ESLint LegacyConfig ([`.eslintrc.js`](https://eslint.org/docs/latest/use/configure/configuration-files))**.\
125
-
> **Presets without `-legacy` suffix are only available for ESLint FlatConfig ([`eslint.config.js`](https://eslint.org/docs/latest/use/configure/configuration-files-new))**.
126
-
>
127
-
> Choose the appropriate preset based on your ESLint config format.
29
+
[Presets List ↗](https://eslint-react.rel1cx.io/docs/presets)
128
30
129
-
> **Note:**
130
-
>
131
-
> **Presets with `-type-checked` or `type-checked-legacy` suffix require type information**.
132
-
>
133
-
> Make sure the `parserOptions.project` option is set correctly in your ESLint config when using them.
134
-
135
-
The following presets are available in this plugin:
136
-
137
-
-**recommended**\
138
-
Enforce recommended rules designed to catch common mistakes and prevent potential bugs.
> **Presets with `-legacy` suffix are only available for ESLint LegacyConfig ([`.eslintrc.js`](https://eslint.org/docs/latest/use/configure/configuration-files))**.\
125
-
> **Presets without `-legacy` suffix are only available for ESLint FlatConfig ([`eslint.config.js`](https://eslint.org/docs/latest/use/configure/configuration-files-new))**.
126
-
>
127
-
> Choose the appropriate preset based on your ESLint config format.
29
+
[Presets List ↗](https://eslint-react.rel1cx.io/docs/presets)
128
30
129
-
> **Note:**
130
-
>
131
-
> **Presets with `-type-checked` or `type-checked-legacy` suffix require type information**.
132
-
>
133
-
> Make sure the `parserOptions.project` option is set correctly in your ESLint config when using them.
134
-
135
-
The following presets are available in this plugin:
136
-
137
-
-**recommended**\
138
-
Enforce recommended rules designed to catch common mistakes and prevent potential bugs.
0 commit comments