From c88015ae39d370d7f697f3b2d7a3b463e15320ae Mon Sep 17 00:00:00 2001 From: denis0001-dev Date: Sat, 6 Sep 2025 12:26:38 +0300 Subject: [PATCH] Improve Cursor rules --- .cursor/rules/general.mdc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cursor/rules/general.mdc b/.cursor/rules/general.mdc index 5ba1ecc..f15db0b 100644 --- a/.cursor/rules/general.mdc +++ b/.cursor/rules/general.mdc @@ -16,4 +16,5 @@ When working with this project, follow these rules: - Do NOT "cd" to the project directory. - If possible, try to update files in a single edit. - When you need a delay, use `await delay(millis);` in an async function. If the current function is not async, - make it async. The import is `/frontend/src/utils/utils`. \ No newline at end of file + make it async. The import is `/frontend/src/utils/utils`. +- When you complete your task, remove unused imports if there are any. \ No newline at end of file