@@ -16,25 +16,25 @@ title: Changelog
1616
1717** Removed Rules**
1818
19- | Rule | Replaced by | Reason |
20- | :--------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------- | :----------- |
21- | react-x/avoid-shorthand-boolean | [ ` react-x/jsx-shorthand-boolean ` ] ( /docs/rules/jsx-shorthand-boolean ) | consolidated |
22- | react-x/avoid-shorthand-fragment | [ ` react-x/jsx-shorthand-fragment ` ] ( /docs/rules/jsx-shorthand-fragment ) | consolidated |
23- | react-x/ensure-forward-ref-using-ref | [ ` react-x/no-useless-forward-ref ` ] ( /docs/rules/no-useless-forward-ref ) | renamed |
24- | react-x/jsx-no-duplicate-props | [ ` react-x/jsx-no-duplicate-props ` ] ( /docs/rules/jsx-no-duplicate-props ) | renamed |
25- | react-x/no-comment-textnodes | [ ` react-x/jsx-no-comment-textnodes ` ] ( /docs/rules/jsx-no-comment-textnodes ) | renamed |
26- | react-x/no-complicated-conditional-rendering | | discontinued |
27- | react-x/no-nested-components | [ ` react-x/no-nested-component-definitions ` ] ( /docs/rules/no-nested-component-definitions ) | renamed |
28- | react-x/prefer-react-namespace-import | [ ` react-x/prefer-namespace-import ` ] ( /docs/rules/prefer-namespace-import ) | renamed |
29- | react-x/prefer-shorthand-boolean | [ ` react-x/jsx-shorthand-boolean ` ] ( /docs/rules/jsx-shorthand-boolean ) | consolidated |
30- | react-x/prefer-shorthand-fragment | [ ` react-x/jsx-shorthand-fragment ` ] ( /docs/rules/jsx-shorthand-fragment ) | consolidated |
31- | react-x/use-jsx-vars | [ ` react-x/jsx-uses-vars ` ] ( /docs/rules/jsx-uses-vars ) | renamed |
32- | react-dom/no-children-in-void-dom-elements | [ ` react-dom/no-void-elements-with-children ` ] ( /docs/rules/dom-no-void-elements-with-children ) | renamed |
33- | 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 ) | consolidated |
34- | react-hooks-extra/no-unnecessary-use-callback | [ ` react-x/no-unnecessary-use-callback ` ] ( /docs/rules/no-unnecessary-use-callback ) | relocated |
35- | react-hooks-extra/no-unnecessary-use-memo | [ ` react-x/no-unnecessary-use-memo ` ] ( /docs/rules/no-unnecessary-use-memo ) | relocated |
36- | react-hooks-extra/no-unnecessary-use-prefix | [ ` react-x/no-unnecessary-use-prefix ` ] ( /docs/rules/no-unnecessary-use-prefix ) | relocated |
37- | react-hooks-extra/prefer-use-state-lazy-initialization | [ ` react-x/prefer-use-state-lazy-initialization ` ] ( /docs/rules/prefer-use-state-lazy-initialization ) | relocated |
19+ | Rule | Replaced by | Reason |
20+ | :----------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------- | :----------- |
21+ | ` react-x/avoid-shorthand-boolean ` | [ ` react-x/jsx-shorthand-boolean ` ] ( /docs/rules/jsx-shorthand-boolean ) | consolidated |
22+ | ` react-x/avoid-shorthand-fragment ` | [ ` react-x/jsx-shorthand-fragment ` ] ( /docs/rules/jsx-shorthand-fragment ) | consolidated |
23+ | ` react-x/ensure-forward-ref-using-ref ` | [ ` react-x/no-useless-forward-ref ` ] ( /docs/rules/no-useless-forward-ref ) | renamed |
24+ | ` react-x/jsx-no-duplicate-props ` | [ ` react-x/jsx-no-duplicate-props ` ] ( /docs/rules/jsx-no-duplicate-props ) | renamed |
25+ | ` react-x/no-comment-textnodes ` | [ ` react-x/jsx-no-comment-textnodes ` ] ( /docs/rules/jsx-no-comment-textnodes ) | renamed |
26+ | ` react-x/no-complicated-conditional-rendering ` | | discontinued |
27+ | ` react-x/no-nested-components ` | [ ` react-x/no-nested-component-definitions ` ] ( /docs/rules/no-nested-component-definitions ) | renamed |
28+ | ` react-x/prefer-react-namespace-import ` | [ ` react-x/prefer-namespace-import ` ] ( /docs/rules/prefer-namespace-import ) | renamed |
29+ | ` react-x/prefer-shorthand-boolean ` | [ ` react-x/jsx-shorthand-boolean ` ] ( /docs/rules/jsx-shorthand-boolean ) | consolidated |
30+ | ` react-x/prefer-shorthand-fragment ` | [ ` react-x/jsx-shorthand-fragment ` ] ( /docs/rules/jsx-shorthand-fragment ) | consolidated |
31+ | ` react-x/use-jsx-vars ` | [ ` react-x/jsx-uses-vars ` ] ( /docs/rules/jsx-uses-vars ) | renamed |
32+ | ` react-dom/no-children-in-void-dom-elements ` | [ ` react-dom/no-void-elements-with-children ` ] ( /docs/rules/dom-no-void-elements-with-children ) | renamed |
33+ | ` 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 ) | consolidated |
34+ | ` react-hooks-extra/no-unnecessary-use-callback ` | [ ` react-x/no-unnecessary-use-callback ` ] ( /docs/rules/no-unnecessary-use-callback ) | relocated |
35+ | ` react-hooks-extra/no-unnecessary-use-memo ` | [ ` react-x/no-unnecessary-use-memo ` ] ( /docs/rules/no-unnecessary-use-memo ) | relocated |
36+ | ` react-hooks-extra/no-unnecessary-use-prefix ` | [ ` react-x/no-unnecessary-use-prefix ` ] ( /docs/rules/no-unnecessary-use-prefix ) | relocated |
37+ | ` react-hooks-extra/prefer-use-state-lazy-initialization ` | [ ` react-x/prefer-use-state-lazy-initialization ` ] ( /docs/rules/prefer-use-state-lazy-initialization ) | relocated |
3838
3939** Removed Presets**
4040
0 commit comments