@eslint-react/shared
Advanced tools
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
Changelog
v0.9.6-beta.5 (2023-12-12)
@typescript-eslint
's packages to 6.14.0
Changelog
v0.9.6-beta.4 (2023-12-11)
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 supportChangelog
v0.9.6-beta.3 (2023-12-11)
react-hooks/prefer-use-state-lazy-initialization
from recommended
and recommended-legacy
presets