npm @eslint-react/eslint-plugin 5.7.0
v5.7.0 (2026-05-02)

latest releases: 5.13.1, 5.13.0, 5.12.1...
2 months ago

What's Changed

✨ New

  • react-x/no-unused-state: The rule re-added as a no-op in v5.6.6 is now fully implemented. It detects state variables declared via useState (or similar state hooks) that are assigned but never read, or only read inside an effect or effect dependency array (#1741).

📝 Documentation

  • Updated minimum version requirements in README and docs (ESLint 10.2.1, TypeScript 6.0.3, pnpm 10.33.2).
  • Fixed no-unused-state migration docs and removed rule reasons.

LTS Maintenance Mode: Starting with v5.7.0, the project has entered a Long-Term Support (LTS) maintenance mode. New feature development is temporarily on hold while the project prioritizes bug fixes, rule improvements, and documentation updates. See #1740 for details.

Full Changelog: v5.6.6...v5.7.0

Don't miss a new eslint-plugin release

NewReleases is sending notifications on new releases.