Improve Cursor rules

This commit is contained in:
2025-09-28 16:24:18 +03:00
Unverified
parent 2c80e31a24
commit dcc466ec14
2 changed files with 3 additions and 3 deletions
+3 -1
View File
@@ -17,4 +17,6 @@ When working with this project, follow these rules:
- 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 `<project>/frontend/src/utils/utils`.
- When you complete your task, remove unused imports if there are any.
- When you complete your task, remove unused imports if there are any.
- Follow DRY, SOLID, YAGNI and KISS principles.
- Do NOT use old, outdated or deprecated APIs and functions.