Skip to content

Commit f2c5f8b

Browse files
authored
Add info on dom/no-string-style-prop to migration docs
Mostly the same functionality, but lacking the option. Signed-off-by: silverwind <[email protected]>
1 parent abba6f3 commit f2c5f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/content/docs/migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The following table compares all rules from `eslint-plugin-react` with their ESL
137137
| [`sort-prop-types`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/sort-prop-types.md) | [`no-prop-types`](/docs/rules/no-prop-types) | 🔧 | 🚫 |
138138
| [`state-in-constructor`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/state-in-constructor.md) | || 🚫 |
139139
| [`static-property-placement`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/static-property-placement.md) | || 🚫 |
140-
| [`style-prop-object`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/style-prop-object.md) | || |
140+
| [`style-prop-object`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/style-prop-object.md) | [`dom/no-string-style-prop`](/docs/rules/dom-no-string-style-prop) || 🟡 |
141141
| [`void-dom-elements-no-children`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/void-dom-elements-no-children.md) | [`dom/no-void-elements-with-children`](/docs/rules/dom-no-void-elements-with-children) |||
142142

143143
### ESLint React Column

0 commit comments

Comments
 (0)