eslint-plugin-react-naming-convention
Advanced tools
Changelog
v1.34.1 (2025-03-15)
react-x/no-context-provider
on symbols named Provider
which are imported from third-party libs, closes #991 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/992Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.34.0...v1.34.1
Changelog
v1.34.0 (2025-03-15)
no-nested-components
rule to no-nested-component-definitions
and update related docs by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/990The following rules have been renamed:
react-x/no-nested-components
to react-x/no-nested-component-definitions
@eslint-react/no-nested-components
to @eslint-react/no-nested-component-definitions
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.33.0...v1.34.0