v1.22.0
What's Changed
🪄 Improvements
- refactor(plugins/x): rename
jsx-use-vars
touse-jsx-vars
- refactor(plugins/x): rename
jsx-no-duplicate-props
tono-duplicate-jsx-props
- refactor(plugins/dom): rename
no-children-in-void-dom-elements
tono-void-elements-with-children
📝 Changes you should be aware of
The following rules have been renamed:
jsx-uses-vars
touse-jsx-vars
jsx-no-duplicate-props
tono-duplicate-jsx-props
dom/no-children-in-void-dom-elements
todom/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