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 @@ -102,7 +102,7 @@ The following table compares all rules from `eslint-plugin-react` with their ESL
102102| [ ` no-children-prop ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-children-prop.md ) | [ ` no-children-prop ` ] ( /docs/rules/no-children-prop ) | ✅ | ✅ |
103103| [ ` no-danger ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-danger.md ) | [ ` dom/no-dangerously-set-innerhtml ` ] ( /docs/rules/dom-no-dangerously-set-innerhtml ) | ✅ | ✅ |
104104| [ ` no-danger-with-children ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-danger-with-children.md ) | [ ` dom/no-dangerously-set-innerhtml-with-children ` ] ( /docs/rules/dom-no-dangerously-set-innerhtml-with-children ) | ✅ | ✅ |
105- | [ ` no-deprecated ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-deprecated.md ) | [ ` no-component-will-mount ` ] ( /docs/rules/no-component-will-mount ) + [ ` no-component-will-receive-props ` ] ( /docs/rules/no-component-will-receive-props ) + [ ` no-component-will-update ` ] ( /docs/rules/no-component-will-update ) + [ ` no-create-ref ` ] ( /docs/rules/no-create-ref ) + [ ` no-forward-ref ` ] ( /docs/rules/no-forward-ref ) + [ ` dom/no-render ` ] ( /docs/rules/dom-no-render ) + [ ` dom/no-hydrate ` ] ( /docs/rules/dom-no-hydrate ) | ✅ | 🟡 |
105+ | [ ` no-deprecated ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-deprecated.md ) | [ ` no-component-will-mount ` ] ( /docs/rules/no-component-will-mount ) + [ ` no-component-will-receive-props ` ] ( /docs/rules/no-component-will-receive-props ) + [ ` no-component-will-update ` ] ( /docs/rules/no-component-will-update ) + [ ` no-create-ref ` ] ( /docs/rules/no-create-ref ) + [ ` no-forward-ref ` ] ( /docs/rules/no-forward-ref ) + [ ` dom/no-render ` ] ( /docs/rules/dom-no-render ) + [ ` dom/no-hydrate ` ] ( /docs/rules/dom-no-hydrate ) + [ ` dom/no-find-dom-node ` ] ( /docs/dom-no-find-node ) | ✅ | 🟡 |
106106| [ ` no-did-mount-set-state ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-did-mount-set-state.md ) | [ ` no-set-state-in-component-did-mount ` ] ( /docs/rules/no-set-state-in-component-did-mount ) | ✅ | 🚫 |
107107| [ ` no-did-update-set-state ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-did-update-set-state.md ) | [ ` no-set-state-in-component-did-update ` ] ( /docs/rules/no-set-state-in-component-did-update ) | ✅ | 🚫 |
108108| [ ` no-direct-mutation-state ` ] ( https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-direct-mutation-state.md ) | [ ` no-direct-mutation-state ` ] ( /docs/rules/no-direct-mutation-state ) | ✅ | 🚫 |
You can’t perform that action at this time.
0 commit comments