@eslint-react/types
Advanced tools
Changelog
v0.10.10-beta.0 (Sun Jan 14 2024)
react/no-unused-state
to support checking for more cases.react/no-direct-mutation-state
to support checking for more cases.react/no-unused-class-component-members
to support checking for more cases.Changelog
v0.10.6 (Tue Jan 9 2024)
react/no-constructed-context-value
and react/no-unstable-default-props
would report false negatives when using LogicalExpression and ConditionalExpression.Changelog
v0.10.6-beta.0 (Mon Jan 8 2024)
react/no-constructed-context-value
and react/no-unstable-default-props
would report false negatives when using LogicalExpression and ConditionalExpression.Changelog
v0.10.5 (Mon Jan 8 2024)
react/no-unused-class-component-members
.@typescript-eslint
's packages to 6.18.0
.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
.