v1.33.0 (2025-03-14)
What's Changed
🐞 Fixes
- fix: update rule severity for
no-flush-sync
andno-void-elements-with-children
in recommended presets by @Rel1cx in #988
🪄 Improvements
- refactor(plugins/x): rename
ensure-forward-ref-using-ref
tono-useless-forward-ref
by @Rel1cx in #987
📝 Changes you should be aware of
The following rules have been renamed:
react-x/ensure-forward-ref-using-ref
toreact-x/no-useless-forward-ref
@eslint-react/ensure-forward-ref-using-ref
to@eslint-react/no-useless-forward-ref
The old rule names will still be available until the next major update to avoid breaking changes.
Full Changelog: v1.32.1...v1.33.0