eslint-plugin-react-web-api
Advanced tools
Changelog
v1.12.3 (Thu 29 Aug 2024)
web-api/no-leaked-event-listener
.no-duplicate-key
rule false positives when the key is an variable.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.Changelog
v1.12.2 (Tue 27 Aug 2024)
react-x
settings to the @typescript-eslint/utils/ts-eslint
module via the SharedConfigurationSettings
interface.no-missing-key
and no-duplicate-key
rules.@typescript-eslint
's packages to ^8.3.0
.