What's Changed
🐞 Fixes
- Fix rule
prefer-read-only-props
that was accidentally added to the recommended type-checked presets - Fix false negatives in rule
hooks-extra/no-direct-set-state-in-use-effect
when callset
function inside a non-function scope - Fix false negatives in rule
hooks-extra/no-direct-set-state-in-use-layout-effect
when callset
function inside a non-function scope
🪄 Improvements
- Rule
no-leaked-conditional-rendering
now supports BigInt literals on the left side of the logical expression - Rule
no-leaked-conditional-rendering
now 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