@eslint-react/shared
Advanced tools
Changelog
v1.30.0 (2025-03-03)
naming-convention/use-state
and naming-convention/context-name
to recommended presets by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/956prefer-read-only-props
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/957naming-convention/component-name
rule to follow eslint-plugin-react-hooks@5.0 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/959
Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means
_Button
or_component
are no longer valid.
naming-convention/use-state
fails with multiple words, closes #960 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/961