What's Changed
🐞 Fixes
- Fix rule
prefer-read-only-propsthat was accidentally added to the recommended type-checked presets - Fix false negatives in rule
hooks-extra/no-direct-set-state-in-use-effectwhen callsetfunction inside a non-function scope - Fix false negatives in rule
hooks-extra/no-direct-set-state-in-use-layout-effectwhen callsetfunction inside a non-function scope
🪄 Improvements
- Rule
no-leaked-conditional-renderingnow supports BigInt literals on the left side of the logical expression - Rule
no-leaked-conditional-renderingnow allows a truthy number literal to be used on the left side of the logical expression - Optimize bundle size
Full Changelog: v1.5.26...v1.5.27