@@ -6,25 +6,25 @@ full: true
66
77## Rules
88
9- | Rule | Replaced by | Removed in | Reason |
10- | :--------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------- | :--------- | :----------- |
11- | react-x/avoid-shorthand-boolean | [ ` react-x/jsx-shorthand-boolean ` ] ( /docs/rules/jsx-shorthand-boolean ) | 2.0.0 | consolidated |
12- | react-x/avoid-shorthand-fragment | [ ` react-x/jsx-shorthand-fragment ` ] ( /docs/rules/jsx-shorthand-fragment ) | 2.0.0 | consolidated |
13- | react-x/ensure-forward-ref-using-ref | [ ` react-x/no-useless-forward-ref ` ] ( /docs/rules/no-useless-forward-ref ) | 2.0.0 | renamed |
14- | react-x/jsx-no-duplicate-props | [ ` react-x/jsx-no-duplicate-props ` ] ( /docs/rules/jsx-no-duplicate-props ) | 2.0.0 | renamed |
15- | react-x/no-comment-textnodes | [ ` react-x/jsx-no-comment-textnodes ` ] ( /docs/rules/jsx-no-comment-textnodes ) | 2.0.0 | renamed |
16- | react-x/no-complicated-conditional-rendering | | 2.0.0 | discontinued |
17- | react-x/no-nested-components | [ ` react-x/no-nested-component-definitions ` ] ( /docs/rules/no-nested-component-definitions ) | 2.0.0 | renamed |
18- | react-x/prefer-react-namespace-import | [ ` react-x/prefer-namespace-import ` ] ( /docs/rules/prefer-namespace-import ) | 2.0.0 | renamed |
19- | react-x/prefer-shorthand-boolean | [ ` react-x/jsx-shorthand-boolean ` ] ( /docs/rules/jsx-shorthand-boolean ) | 2.0.0 | consolidated |
20- | react-x/prefer-shorthand-fragment | [ ` react-x/jsx-shorthand-fragment ` ] ( /docs/rules/jsx-shorthand-fragment ) | 2.0.0 | consolidated |
21- | react-x/use-jsx-vars | [ ` react-x/jsx-uses-vars ` ] ( /docs/rules/jsx-uses-vars ) | 2.0.0 | renamed |
22- | react-dom/no-children-in-void-dom-elements | [ ` react-dom/no-void-elements-with-children ` ] ( /docs/rules/dom-no-void-elements-with-children ) | 2.0.0 | renamed |
23- | react-hooks-extra/no-direct-set-state-in-use-layout-effect | [ ` react-hooks-extra/no-direct-set-state-in-use-effect ` ] ( /docs/rules/hooks-extra-no-direct-set-state-in-use-effect ) | 2.0.0 | consolidated |
24- | react-hooks-extra/no-unnecessary-use-callback | [ ` react-x/no-unnecessary-use-callback ` ] ( /docs/rules/no-unnecessary-use-callback ) | 2.0.0 | relocated |
25- | react-hooks-extra/no-unnecessary-use-memo | [ ` react-x/no-unnecessary-use-memo ` ] ( /docs/rules/no-unnecessary-use-memo ) | 2.0.0 | relocated |
26- | react-hooks-extra/no-unnecessary-use-prefix | [ ` react-x/no-unnecessary-use-prefix ` ] ( /docs/rules/no-unnecessary-use-prefix ) | 2.0.0 | relocated |
27- | react-hooks-extra/prefer-use-state-lazy-initialization | [ ` react-x/prefer-use-state-lazy-initialization ` ] ( /docs/rules/prefer-use-state-lazy-initialization ) | 2.0.0 | relocated |
9+ | Rule | Replaced by | Removed in | Reason |
10+ | :----------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------- | :--------- | :----------- |
11+ | ` react-x/avoid-shorthand-boolean ` | [ ` react-x/jsx-shorthand-boolean ` ] ( /docs/rules/jsx-shorthand-boolean ) | 2.0.0 | consolidated |
12+ | ` react-x/avoid-shorthand-fragment ` | [ ` react-x/jsx-shorthand-fragment ` ] ( /docs/rules/jsx-shorthand-fragment ) | 2.0.0 | consolidated |
13+ | ` react-x/ensure-forward-ref-using-ref ` | [ ` react-x/no-useless-forward-ref ` ] ( /docs/rules/no-useless-forward-ref ) | 2.0.0 | renamed |
14+ | ` react-x/jsx-no-duplicate-props ` | [ ` react-x/jsx-no-duplicate-props ` ] ( /docs/rules/jsx-no-duplicate-props ) | 2.0.0 | renamed |
15+ | ` react-x/no-comment-textnodes ` | [ ` react-x/jsx-no-comment-textnodes ` ] ( /docs/rules/jsx-no-comment-textnodes ) | 2.0.0 | renamed |
16+ | ` react-x/no-complicated-conditional-rendering ` | | 2.0.0 | discontinued |
17+ | ` react-x/no-nested-components ` | [ ` react-x/no-nested-component-definitions ` ] ( /docs/rules/no-nested-component-definitions ) | 2.0.0 | renamed |
18+ | ` react-x/prefer-react-namespace-import ` | [ ` react-x/prefer-namespace-import ` ] ( /docs/rules/prefer-namespace-import ) | 2.0.0 | renamed |
19+ | ` react-x/prefer-shorthand-boolean ` | [ ` react-x/jsx-shorthand-boolean ` ] ( /docs/rules/jsx-shorthand-boolean ) | 2.0.0 | consolidated |
20+ | ` react-x/prefer-shorthand-fragment ` | [ ` react-x/jsx-shorthand-fragment ` ] ( /docs/rules/jsx-shorthand-fragment ) | 2.0.0 | consolidated |
21+ | ` react-x/use-jsx-vars ` | [ ` react-x/jsx-uses-vars ` ] ( /docs/rules/jsx-uses-vars ) | 2.0.0 | renamed |
22+ | ` react-dom/no-children-in-void-dom-elements ` | [ ` react-dom/no-void-elements-with-children ` ] ( /docs/rules/dom-no-void-elements-with-children ) | 2.0.0 | renamed |
23+ | ` react-hooks-extra/no-direct-set-state-in-use-layout-effect ` | [ ` react-hooks-extra/no-direct-set-state-in-use-effect ` ] ( /docs/rules/hooks-extra-no-direct-set-state-in-use-effect ) | 2.0.0 | consolidated |
24+ | ` react-hooks-extra/no-unnecessary-use-callback ` | [ ` react-x/no-unnecessary-use-callback ` ] ( /docs/rules/no-unnecessary-use-callback ) | 2.0.0 | relocated |
25+ | ` react-hooks-extra/no-unnecessary-use-memo ` | [ ` react-x/no-unnecessary-use-memo ` ] ( /docs/rules/no-unnecessary-use-memo ) | 2.0.0 | relocated |
26+ | ` react-hooks-extra/no-unnecessary-use-prefix ` | [ ` react-x/no-unnecessary-use-prefix ` ] ( /docs/rules/no-unnecessary-use-prefix ) | 2.0.0 | relocated |
27+ | ` react-hooks-extra/prefer-use-state-lazy-initialization ` | [ ` react-x/prefer-use-state-lazy-initialization ` ] ( /docs/rules/prefer-use-state-lazy-initialization ) | 2.0.0 | relocated |
2828
2929## Presets
3030
0 commit comments