@eslint-react/ast
Advanced tools
Changelog
v0.10.0-beta.0 (2023-12-21)
jsx/max-depth
recommended
and recommended-legacy
presetsChangelog
v0.9.8 (2023-12-19)
react/ensure-forward-ref-using-ref
react/no-unstable-nested-components
debug/function-component
recommended
and recommended-legacy
presets@typescript-eslint
's packages to 6.15.0
Changelog
v0.9.8-beta.2 (2023-12-19)
recommended
and recommended-legacy
presetsChangelog
v0.9.8-beta.1 (2023-12-19)
Changelog
v0.9.8-beta.0 (2023-12-17)
react/ensure-forward-ref-using-ref
Reduce false positives in rule react/no-unstable-nested-components
Reduce false positives in rule debug/function-component
Changelog
v0.9.7 (2023-12-17)
named-convention/filename-extension
rename rule
option to allow
<Component footer={() => <div />} />
or <Component Footer={() => <div />} />
are treated as componentsreact/no-unstable-nested-components
debug/function-component
Rules now support reading JSX extensions from settings.eslintReact.jsx.extensions
Replace ā Incorrect and ā Correct with Failing and Passing in rule docs
Changelog
v0.9.7-beta.2 (2023-12-16)
named-convention/filename
to PascalCase
Changelog
v0.9.7-beta.1 (2023-12-14)
Changelog
v0.9.7-beta.0 (2023-12-14)
named-convention/filename-extension
rename rule
option to allow
āØ New
named-convention/filename
add extensions
optionnamed-convention/filename-extension
add extensions
optionChangelog
v0.9.6 (2023-12-12)
react-hooks/prefer-use-state-lazy-initialization
named-convention/component-name
add both string
and object
options supportnamed-convention/filename
add both string
and object
options supportnamed-convention/filename-extension
add both string
and object
options supportdebug/react-hooks
reports hookCalls.length
instead of cost
@typescript-eslint
's packages to 6.14.0