diff --git a/CODING_STANDARDS.md b/CODING_STANDARDS.md index 400e8f51a..29a528e8f 100644 --- a/CODING_STANDARDS.md +++ b/CODING_STANDARDS.md @@ -6,7 +6,7 @@ - Use 2 spaces for indentation. No tabs, just spaces – keeps everything neat and uniform. -- Stick to single quotes for strings. Double quotes are cool elsewhere, but here we go single. +- Stick to single quotes for strings. For JSX/TSX attributes, use double quotes (e.g., ) to follow React conventions. - Always add semicolons at the end of statements. It's like putting a period at the end of a sentence – clarity matters.