@eslint-react/eslint-plugin
Advanced tools
Changelog
v1.33.0 (2025-03-14)
no-flush-sync
and no-void-elements-with-children
in recommended presets by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/988ensure-forward-ref-using-ref
to no-useless-forward-ref
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/987The following rules have been renamed:
react-x/ensure-forward-ref-using-ref
to react-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: https://github.com/Rel1cx/eslint-react/compare/v1.32.1...v1.33.0
Changelog
v1.32.1 (2025-03-13)
no-context-provider
replaces <Provider>
with <>
, closes #984 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/985Changelog
v1.32.0 (2025-03-12)