Skip to content

Commit b0ee801

Browse files
committed
docs: update changelog
1 parent 95f1f1c commit b0ee801

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ We've added the following new rules:
4747
- **`react-dom/no-string-style-prop`**: Disallows string values for the `style` prop
4848
- **`react-dom/prefer-namespace-import`**: Enforces using a namespace import for `react-dom`
4949

50+
We've also added new configuration presets:
51+
52+
- **`disable-conflict-eslint-plugin-react`**: Disable rules in `eslint-plugin-react` that conflict with rules in our plugins
53+
5054
### 🐞 Fixes
5155

5256
TODO: List fixes here

apps/website/content/docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ We've added the following new rules:
5151
- **`react-dom/no-string-style-prop`**: Disallows string values for the `style` prop
5252
- **`react-dom/prefer-namespace-import`**: Enforces using a namespace import for `react-dom`
5353

54+
We've also added new configuration presets:
55+
56+
- **`disable-conflict-eslint-plugin-react`**: Disable rules in `eslint-plugin-react` that conflict with rules in our plugins
57+
5458
### 🐞 Fixes
5559

5660
TODO: List fixes here

0 commit comments

Comments
 (0)