What's Changed
🪄 Improvements
- refactor(plugins/x): rename
jsx-use-varstouse-jsx-vars - refactor(plugins/x): rename
jsx-no-duplicate-propstono-duplicate-jsx-props - refactor(plugins/dom): rename
no-children-in-void-dom-elementstono-void-elements-with-children
📝 Changes you should be aware of
The following rules have been renamed:
jsx-uses-varstouse-jsx-varsjsx-no-duplicate-propstono-duplicate-jsx-propsdom/no-children-in-void-dom-elementstodom/no-void-elements-with-children
The new rule names are aligned with the same rules in the biomejs/rules-sources/#eslint-plugin-react (if any) to enhance consistency. The old rule names will still be available until the next major update to avoid breaking changes.
Full Changelog: v1.21.0...v1.22.0