From 057025f3f8f6fe392b1d5637730eb3685549f99e Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Mon, 14 Jul 2025 09:56:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20windsurfrules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .windsurfrules | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.windsurfrules b/.windsurfrules index 70f97ace5..6021738e6 100644 --- a/.windsurfrules +++ b/.windsurfrules @@ -35,8 +35,7 @@ t("menu", { defaultValue: "Menu" }); 23. Never manually add translations to .json files. This will be handled by our tooling. 24. Add the "use client" directive to the top of any .tsx file that requires client-side javascript 25. i18nKeys should describe the message in camelCase. Ex. "lastUpdated": "Last Updated" -26. Keep i18nKeys up to 25 characters -27. If the i18nKey is not intended to be reused, prefix it with the component name in camelCase -28. Always use kebab-case for file names -29. Prefer double quotes for strings over single quotes -30. Only add comments when it is necessary to explain code that isn't self-explanatory \ No newline at end of file +26. If the i18nKey is not intended to be reused, prefix it with the component name in camelCase +27. Always use kebab-case for file names +28. Prefer double quotes for strings over single quotes +29. Only add comments when it is necessary to explain code that isn't self-explanatory \ No newline at end of file