01Conditional Logic Guardrails: Prevents invalid 'else if' patterns by promoting 'cond' and 'case' statements.
020 GitHub stars
03Modern Form Standards: Enforces usage of Phoenix.Component.form/1 and to_form/2 over legacy helpers.
04Interpolation Guidance: Clarifies the distinct usage of {...} for attributes and <%= ... %> for block constructs.
05Literal Brace Handling: Manages literal curly braces in code blocks using the phx-no-curly-interpolation attribute.
06Dynamic Class Management: Promotes the list-based syntax [...] for readable and maintainable conditional styling.