What's Changed
🪄 Improvements
- refactor: export the create function of each rule by @Rel1cx in #989
- refactor(plugins/x): rename
no-nested-components
rule tono-nested-component-definitions
and update related docs by @Rel1cx in #990
📝 Changes you should be aware of
The following rules have been renamed:
react-x/no-nested-components
toreact-x/no-nested-component-definitions
@eslint-react/no-nested-components
to@eslint-react/no-nested-component-definitions
The old rule names will still be available until the next major update to avoid breaking changes.
Full Changelog: v1.33.0...v1.34.0