Rules
no-complex-conditional-rendering
Full Name in eslint-plugin-react-x
Full Name in @eslint-react/eslint-plugin
Features
๐งช
Description
Disallow complex conditional rendering in JSX expressions.
Examples
Failing
Passing
Implementation
See Also
no-leaked-conditional-rendering
Prevents problematic leaked values from being rendered.