npm @eslint-react/eslint-plugin 1.5.27
v1.5.27

latest releases: 5.10.0, 5.9.5, 5.9.4...
23 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-plugin release

NewReleases is sending notifications on new releases.