github Rel1cx/eslint-react v1.30.0
v1.30.0 (2025-03-03)

latest releases: v1.53.1, v1.53.0, v1.52.9...
6 months ago

What's Changed

✨ New

  • feat: add naming-convention/use-state and naming-convention/context-name to recommended presets by @Rel1cx in #956

🐞 Fixes

  • fix: correct readonly checks and test cases in prefer-read-only-props by @Rel1cx in #957
  • fix: rework naming-convention/component-name rule to follow eslint-plugin-react-hooks@5.0 by @Rel1cx in #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.

  • fix: naming-convention/use-state fails with multiple words, closes #960 by @Rel1cx in #961

Full Changelog: v1.29.0...v1.30.0

Don't miss a new eslint-react release

NewReleases is sending notifications on new releases.