@eslint-react/ast
Advanced tools
Changelog
v1.22.0 (Sun 22 Dec 2024)
jsx-use-vars
to use-jsx-vars
.jsx-no-duplicate-props
to no-duplicate-jsx-props
.no-children-in-void-dom-elements
to no-void-elements-with-children
.The following rules have been renamed:
jsx-uses-vars
to use-jsx-vars
.jsx-no-duplicate-props
to no-duplicate-jsx-props
.dom/no-children-in-void-dom-elements
to dom/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.