@eslint-react/tools
Advanced tools
Changelog
v0.10.5-beta.0 (Sun Jan 7 2024)
react/no-unused-class-component-members
.@typescript-eslint
's packages to 6.18.0
.Changelog
v0.10.4 (Sat Jan 6 2024)
react/no-unstable-default-props
to support checking for ObjectPatterns within VariableDeclarators that occur on props.react/no-unstable-nested-components
and debug/function-component
.react/no-create-ref
and react/no-constructed-context-value
.useCallback
were accidentally detected as function components in rules react/no-unstable-nested-components
and debug/function-component
.Changelog
v0.10.4-beta.1 (Sat Jan 6 2024)
react/no-unstable-nested-components
and debug/function-component
.useCallback
were accidentally detected as function components in rules react/no-unstable-nested-components
and debug/function-component
.Changelog
v0.10.4-beta.0 (Sat Jan 6 2024)
react/no-unstable-default-props
to support checking for ObjectPatterns within VariableDeclarators that occur on props.react/no-create-ref
and react/no-constructed-context-value
.Changelog
v0.10.3 (Fri Jan 5 2024)
@typescript-eslint
's packages to 6.17.0
.Changelog
v0.10.3-beta.0 (Tue Jan 2 2024)
@typescript-eslint
's packages to 6.17.0
.Changelog
v0.10.1 (Wed Dec 27 2023)
react/no-clone-element
to recommended
and recommended-legacy
presets.react/no-unstable-nested-components
, make its behavior closer to react-hooks/no-nested-components.@typescript-eslint
's packages to 6.16.0
.