v1.13.0
What's Changed
✨ New
- Added
web-api/no-leaked-resize-observer
rule to prevent leakedResizeObserver
🐞 Fixes
hooks-extra/no-redundant-custom-hook
should allow custom hooks with empty body
🪄 Improvements
- Rename
debug/react-hooks
todebug/hook
- Rename
hooks-extra/ensure-custom-using-hooks
tohooks-extra/no-redundant-custom-hook
- Rename
hooks-extra/ensure-use-memo-has-non-empty-deps
tohooks-extra/no-unnecessary-use-memo
- Rename
hooks-extra/ensure-use-callback-has-non-empty-deps
tohooks-extra/no-unnecessary-use-callback
- Upgrade
@typescript-eslint
's packages to^8.4.0
(The rules that were renamed in this release will still be available until the next major update to avoid breaking changes.)
Full Changelog: v1.12.4...v1.13.0