@eslint-react/tools
Advanced tools
Changelog
v0.10.11-beta.1 (2024-01-16)
@typescript-eslint
's packages to 6.19.0
Changelog
v0.10.11-beta.0 (2024-01-15)
react/no-unused-state
to respect the usage of getDerivedStateFromProps
Changelog
v0.10.10 (2024-01-14)
react/no-unused-state
to support checking for more casesreact/no-direct-mutation-state
to support checking for more casesreact/no-unused-class-component-members
to support checking for more casesChangelog
v0.10.10-beta.0 (2024-01-14)
react/no-unused-state
to support checking for more casesreact/no-direct-mutation-state
to support checking for more casesreact/no-unused-class-component-members
to support checking for more casesChangelog
v0.10.6 (2024-01-09)
react/no-constructed-context-value
and react/no-unstable-default-props
would report false negatives when using LogicalExpression and ConditionalExpression