npm @eslint-react/eslint-plugin 1.12.3
v1.12.3

latest releases: 5.18.0, 5.17.3, 5.17.2...
23 months ago

What's Changed

✨ New

  • Added support for detecting event listeners removed by abort signal in rule web-api/no-leaked-event-listener

🐞 Fixes

  • Fixed no-duplicate-key rule false positives when the key is an variable
  • Fixed web-api/no-leaked-set-timeout and web-api/no-leaked-set-interval false positives when a timer is assigned to a variable declared by let but not initialized

🪄 Improvements

  • Allow upper case letters in the rule naming-convention/component-name when the component name is less than 4 characters, e.g. UI, CSS, SVG

Full Changelog: v1.12.2...v1.12.3

Don't miss a new eslint-plugin release

NewReleases is sending notifications on new releases.