github Rel1cx/eslint-react v1.5.27

latest releases: v1.53.1, v1.53.0, v1.52.9...
14 months ago

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 call set function inside a non-function scope
  • Fix false negatives in rule hooks-extra/no-direct-set-state-in-use-layout-effect when call set 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

Don't miss a new eslint-react release

NewReleases is sending notifications on new releases.