v0.9.7
v0.9.7 (Sun Dec 17 2023)
💥 Breaking Changes
- Rule
named-convention/filename-extension
renamerule
option toallow
🐞 Fixes
- Fix where functions in
<Component footer={() => <div />} />
or<Component Footer={() => <div />} />
are treated as components - Fix false positive in rule
react/no-unstable-nested-components
- Fix false positive in rule
debug/function-component
🪄 Improvements
-
Rules now support reading JSX extensions from
settings.eslintReact.jsx.extensions
-
Replace ❌ Incorrect and ✅ Correct with Failing and Passing in rule docs