1 skills found
Coding Style Rules If Statements - Always use braces for if statements, even for single-line blocks ```typescript // ✅ Do This