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