@eslint-react/tools
Advanced tools
Changelog
v0.10.1-beta.0 (Mon Dec 25 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.Changelog
v0.10.0 (Thu Dec 21 2023)
jsx/max-depth
.recommended
and recommended-legacy
presets.Changelog
v0.10.0-beta.0 (Thu Dec 21 2023)
jsx/max-depth
.recommended
and recommended-legacy
presets.Changelog
v0.9.8 (Tue Dec 19 2023)
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 (Tue Dec 19 2023)
recommended
and recommended-legacy
presets.Changelog
v0.9.8-beta.1 (Tue Dec 19 2023)
Changelog
v0.9.8-beta.0 (Sun Dec 17 2023)
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 (Sun Dec 17 2023)
named-convention/filename-extension
rename rule
option to allow
.<Component footer={() => <div />} />
or <Component Footer={() => <div />} />
are treated as components.react/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 (Sat Dec 16 2023)
named-convention/filename
to PascalCase
.