@eslint-react/shared
Advanced tools
Changelog
v1.8.1 (2024-08-03)
hooks-extra/no-direct-set-state-in-use-effect
and hooks-extra/no-direct-set-state-in-use-layout-effect
to support set
function directly passed to useCallback
and useMemo
without explicitly calling itChangelog
v1.8.0 (2024-08-02)
ESLintReactSettings
type not being exported correctlyset
function calls that are wrapped in a useMemo
or useCallback
like hook not being detected by hooks-extra/no-direct-set-state-in-use-effect
and hooks-extra/no-direct-set-state-in-use-layout-effect
@typescript-eslint
's packages to 8.0.0