- Disallow ternary operators when simpler alternatives exist
This rule disallow ternary operators when simpler alternatives exist.
Allows the conditional expression as a default assignment pattern.
You can check them out here.