@eslint-react/shared
Advanced tools
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
.Changelog
v0.9.7-beta.1 (Thu Dec 14 2023)
Changelog
v0.9.7-beta.0 (Thu Dec 14 2023)
named-convention/filename-extension
rename rule
option to allow
.āØ New
named-convention/filename
add extensions
option.named-convention/filename-extension
add extensions
option.Changelog
v0.9.6 (Tue Dec 12 2023)
react-hooks/prefer-use-state-lazy-initialization
.named-convention/component-name
add both string
and object
options support.named-convention/filename
add both string
and object
options support.named-convention/filename-extension
add both string
and object
options support.debug/react-hooks
reports hookCalls.length
instead of cost
.@typescript-eslint
's packages to 6.14.0
.Changelog
v0.9.6-beta.5 (Tue Dec 12 2023)
@typescript-eslint
's packages to 6.14.0
.Changelog
v0.9.6-beta.4 (Mon Dec 11 2023)
named-convention/component-name
add both string
and object
options support.named-convention/filename
add both string
and object
options support.named-convention/filename-extension
add both string
and object
options support.Changelog
v0.9.6-beta.3 (Mon Dec 11 2023)
react-hooks/prefer-use-state-lazy-initialization
from recommended
and recommended-legacy
presets.Changelog
v0.9.6-beta.2 (Mon Dec 11 2023)
react-hooks/prefer-use-state-lazy-initialization
.named-convention/filename-extension
switch options format from object to string.