@@ -24,25 +24,25 @@ title: Changelog
2424
2525** Removed Rules**
2626
27- | Rule | Replaced by | Reason |
28- | :----------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------- | :----------- |
29- | ` react-x/avoid-shorthand-boolean ` | [ ` react-x/jsx-shorthand-boolean ` ] ( https://eslint-react.xyz/docs/rules/jsx-shorthand-boolean ) | consolidated |
30- | ` react-x/avoid-shorthand-fragment ` | [ ` react-x/jsx-shorthand-fragment ` ] ( https://eslint-react.xyz/docs/rules/jsx-shorthand-fragment ) | consolidated |
31- | ` react-x/ensure-forward-ref-using-ref ` | [ ` react-x/no-useless-forward-ref ` ] ( https://eslint-react.xyz/docs/rules/no-useless-forward-ref ) | renamed |
32- | ` react-x/no-duplicate-props ` | [ ` react-x/jsx-no-duplicate-props ` ] ( https://eslint-react.xyz/docs/rules/jsx-no-duplicate-props ) | renamed |
33- | ` react-x/no-comment-textnodes ` | [ ` react-x/jsx-no-comment-textnodes ` ] ( https://eslint-react.xyz/docs/rules/jsx-no-comment-textnodes ) | renamed |
34- | ` react-x/no-complicated-conditional-rendering ` | | discontinued |
35- | ` react-x/no-nested-components ` | [ ` react-x/no-nested-component-definitions ` ] ( https://eslint-react.xyz/docs/rules/no-nested-component-definitions ) | renamed |
36- | ` react-x/prefer-react-namespace-import ` | [ ` react-x/prefer-namespace-import ` ] ( https://eslint-react.xyz/docs/rules/prefer-namespace-import ) | renamed |
37- | ` react-x/prefer-shorthand-boolean ` | [ ` react-x/jsx-shorthand-boolean ` ] ( https://eslint-react.xyz/docs/rules/jsx-shorthand-boolean ) | consolidated |
38- | ` react-x/prefer-shorthand-fragment ` | [ ` react-x/jsx-shorthand-fragment ` ] ( https://eslint-react.xyz/docs/rules/jsx-shorthand-fragment ) | consolidated |
39- | ` react-x/use-jsx-vars ` | [ ` react-x/jsx-uses-vars ` ] ( https://eslint-react.xyz/docs/rules/jsx-uses-vars ) | renamed |
40- | ` react-dom/no-children-in-void-dom-elements ` | [ ` react-dom/no-void-elements-with-children ` ] ( https://eslint-react.xyz/docs/rules/dom-no-void-elements-with-children ) | renamed |
41- | ` 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 |
42- | ` react-hooks-extra/no-unnecessary-use-callback ` | [ ` react-x/no-unnecessary-use-callback ` ] ( https://eslint-react.xyz/docs/rules/no-unnecessary-use-callback ) | relocated |
43- | ` react-hooks-extra/no-unnecessary-use-memo ` | [ ` react-x/no-unnecessary-use-memo ` ] ( https://eslint-react.xyz/docs/rules/no-unnecessary-use-memo ) | relocated |
44- | ` react-hooks-extra/no-unnecessary-use-prefix ` | [ ` react-x/no-unnecessary-use-prefix ` ] ( https://eslint-react.xyz/docs/rules/no-unnecessary-use-prefix ) | relocated |
45- | ` react-hooks-extra/prefer-use-state-lazy-initialization ` | [ ` react-x/prefer-use-state-lazy-initialization ` ] ( https://eslint-react.xyz/docs/rules/prefer-use-state-lazy-initialization ) | relocated |
27+ | Rule | Replaced by | Reason |
28+ | :----------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------- | :----------- |
29+ | ` react-x/avoid-shorthand-boolean ` | [ ` react-x/jsx-shorthand-boolean ` ] ( https://eslint-react.xyz/docs/rules/jsx-shorthand-boolean ) | consolidated |
30+ | ` react-x/avoid-shorthand-fragment ` | [ ` react-x/jsx-shorthand-fragment ` ] ( https://eslint-react.xyz/docs/rules/jsx-shorthand-fragment ) | consolidated |
31+ | ` react-x/ensure-forward-ref-using-ref ` | [ ` react-x/no-useless-forward-ref ` ] ( https://eslint-react.xyz/docs/rules/no-useless-forward-ref ) | renamed |
32+ | ` react-x/no-duplicate-props ` | [ ` react-x/jsx-no-duplicate-props ` ] ( https://eslint-react.xyz/docs/rules/jsx-no-duplicate-props ) | renamed |
33+ | ` react-x/no-comment-textnodes ` | [ ` react-x/jsx-no-comment-textnodes ` ] ( https://eslint-react.xyz/docs/rules/jsx-no-comment-textnodes ) | renamed |
34+ | ` react-x/no-complicated-conditional-rendering ` | | discontinued |
35+ | ` react-x/no-nested-components ` | [ ` react-x/no-nested-component-definitions ` ] ( https://eslint-react.xyz/docs/rules/no-nested-component-definitions ) | renamed |
36+ | ` react-x/prefer-react-namespace-import ` | [ ` react-x/prefer-namespace-import ` ] ( https://eslint-react.xyz/docs/rules/prefer-namespace-import ) | renamed |
37+ | ` react-x/prefer-shorthand-boolean ` | [ ` react-x/jsx-shorthand-boolean ` ] ( https://eslint-react.xyz/docs/rules/jsx-shorthand-boolean ) | consolidated |
38+ | ` react-x/prefer-shorthand-fragment ` | [ ` react-x/jsx-shorthand-fragment ` ] ( https://eslint-react.xyz/docs/rules/jsx-shorthand-fragment ) | consolidated |
39+ | ` react-x/use-jsx-vars ` | [ ` react-x/jsx-uses-vars ` ] ( https://eslint-react.xyz/docs/rules/jsx-uses-vars ) | renamed |
40+ | ` react-dom/no-children-in-void-dom-elements ` | [ ` react-dom/no-void-elements-with-children ` ] ( https://eslint-react.xyz/docs/rules/dom-no-void-elements-with-children ) | renamed |
41+ | ` react-hooks-extra/no-direct-set-state-in-use-layout-effect ` | [ ` react-hooks-extra/no-direct-set-state-in-use-effect ` ] ( https://eslint-react.xyz/ docs/rules/hooks-extra-no-direct-set-state-in-use-effect) | consolidated |
42+ | ` react-hooks-extra/no-unnecessary-use-callback ` | [ ` react-x/no-unnecessary-use-callback ` ] ( https://eslint-react.xyz/docs/rules/no-unnecessary-use-callback ) | relocated |
43+ | ` react-hooks-extra/no-unnecessary-use-memo ` | [ ` react-x/no-unnecessary-use-memo ` ] ( https://eslint-react.xyz/docs/rules/no-unnecessary-use-memo ) | relocated |
44+ | ` react-hooks-extra/no-unnecessary-use-prefix ` | [ ` react-x/no-unnecessary-use-prefix ` ] ( https://eslint-react.xyz/docs/rules/no-unnecessary-use-prefix ) | relocated |
45+ | ` react-hooks-extra/prefer-use-state-lazy-initialization ` | [ ` react-x/prefer-use-state-lazy-initialization ` ] ( https://eslint-react.xyz/docs/rules/prefer-use-state-lazy-initialization ) | relocated |
4646
4747** Removed Presets**
4848
0 commit comments