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 @@ -42,7 +42,7 @@ The following table compares all rules from `eslint-plugin-react` with their ESL
4242| [ ` default-props-match-prop-types ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/default-props-match-prop-types.md ) | [ ` no-prop-types ` ] ( /docs/rules/no-prop-types ) | ✅ | 🚫 |
4343| [ ` destructuring-assignment ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/destructuring-assignment.md ) | [ ` prefer-destructuring-assignment ` ] ( /docs/rules/prefer-destructuring-assignment ) | 🔧 | ✅ |
4444| [ ` display-name ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/display-name.md ) | [ ` no-missing-component-display-name ` ] ( /docs/rules/no-missing-component-display-name ) + [ ` no-missing-context-display-name ` ] ( /docs/rules/no-missing-context-display-name ) | ✅ | 🟡 |
45- | [ ` forbid-component-props ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/forbid-component-props.md ) | | ✅ | 🟡 |
45+ | [ ` forbid-component-props ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/forbid-component-props.md ) | | ✅ | ❌ |
4646| [ ` forbid-dom-props ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/forbid-dom-props.md ) | | ✅ | ❌ |
4747| [ ` forbid-elements ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/forbid-elements.md ) | | ✅ | ❌ |
4848| [ ` forbid-foreign-prop-types ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/forbid-foreign-prop-types.md ) | | ✅ | 🚫 |
You can’t perform that action at this time.
0 commit comments