npm @eslint-react/eslint-plugin 2.6.0
v2.6.0 (2026-01-14)

latest releases: 5.18.6, 5.18.5, 5.18.4...
7 months ago

What's Changed

✨ New

📝 Changes you should be aware of

The new no-unnecessary-use-ref rule is included in the strict presets.

This rule reports unnecessary uses of useRef when the ref is only used within a single effect which the value can be co-located inside the effect itself. Thanks to @SukkaW for purposing it!

Full Changelog: v2.5.7...v2.6.0

Don't miss a new eslint-plugin release

NewReleases is sending notifications on new releases.