chore: add cursor rule

This commit is contained in:
zhom
2025-06-07 05:46:32 +04:00
parent 743ad59348
commit dff201ddec
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
description:
globs:
alwaysApply: true
---
Do not duplicate code unless you have a very good reason to do so. It is important that the same logic is not duplicated multiple times
+1
View File
@@ -2,3 +2,4 @@
- If you want to run tests, only ever run them as "pnpm format && pnpm lint && pnpm test".
- Don't leave comments that don't add value
- Do not duplicate code unless you have a very good reason to do so. It is important that the same logic is not duplicated multiple times