mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-25 13:50:51 +02:00
chore: add cursor rule
This commit is contained in:
@@ -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
|
||||||
@@ -2,3 +2,4 @@
|
|||||||
|
|
||||||
- If you want to run tests, only ever run them as "pnpm format && pnpm lint && pnpm test".
|
- 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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user