File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
apps/website/content/docs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments