Skip to content

Commit 3385b96

Browse files
committed
refactor(docs): consolidate warning message for ESLint Legacy Config in presets documentation
1 parent e3386ed commit 3385b96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/content/docs/presets.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ The following presets are available in `@eslint-react/eslint-plugin`:
5555

5656
<Tab value="Legacy Config">
5757

58-
<Callout type="info">These presets are for ESLint Legacy Config (`.eslintrc.*`) only.</Callout>
59-
60-
<Callout type="warn">This config system is deprecated and not enabled by default in ESLint >= 9.0.0.</Callout>
58+
<Callout type="warn">These presets are for ESLint Legacy Config (`.eslintrc.*`) only. The Legacy Config is deprecated and not enabled by default in ESLint >= 9.0.0.</Callout>
6159

6260
## Bare Bones
6361

0 commit comments

Comments
 (0)