v1.37.0 (2025-03-20)
What's Changed
🪄 Improvements
- refactor: remove
hooks-extra/prefer-use-state-lazy-initialization
from recommended presets by @Rel1cx in #1001Based on feedback of this rule, the current implementation produces more false positives than expected, so to ensure the overall quality of the rules in the recommended presets we provide, I'm removing it from the presets for now, and should add it back after we implement a better heuristic for deciding which function calls should be allowed.
Full Changelog: v1.36.3...v1.37.0