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 @@ -119,7 +119,7 @@ The following table compares all rules from `eslint-plugin-react` with their ESL
119119| [ ` no-this-in-sfc ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-this-in-sfc.md ) | | ✅ | ❌ |
120120| [ ` no-typos ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-typos.md ) | | ✅ | ❌ |
121121| [ ` no-unescaped-entities ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-unescaped-entities.md ) | | ✅ | ❌ |
122- | [ ` no-unknown-property ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-unknown-property.md ) | [ ` dom/no-unknown-property ` ] ( /docs/rules/dom-no-unknown-property ) | 🔧 | 🔧 |
122+ | [ ` no-unknown-property ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-unknown-property.md ) | [ ` dom/no-unknown-property ` ] ( /docs/rules/dom-no-unknown-property ) | 🔧 | 🔧 |
123123| [ ` no-unsafe ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-unsafe.md ) | [ ` no-unsafe-component-will-mount ` ] ( /docs/rules/no-unsafe-component-will-mount ) + [ ` no-unsafe-component-will-receive-props ` ] ( /docs/rules/no-unsafe-component-will-receive-props ) + [ ` no-unsafe-component-will-update ` ] ( /docs/rules/no-unsafe-component-will-update ) | ✅ | 🟡 |
124124| [ ` no-unstable-nested-components ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-unstable-nested-components.md ) | [ ` no-nested-component-definitions ` ] ( /docs/rules/no-nested-component-definitions ) | ✅ | ✅ |
125125| [ ` no-unused-class-component-methods ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-unused-class-component-methods.md ) | [ ` no-unused-class-component-members ` ] ( /docs/rules/no-unused-class-component-members ) | ✅ | 🚫 |
You can’t perform that action at this time.
0 commit comments