We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c333ee commit dc32189Copy full SHA for dc32189
AGENTS.md
@@ -46,6 +46,7 @@ When writing code:
46
- Use 120 character line length
47
- No docstrings unless the function is non-obvious
48
- No comments unless explaining "why", never "what"
49
+- Preserve existing comments when refactoring code. Do not delete comments from code you haven't logically changed
50
- Prefer editing existing files over creating new ones
51
- Use optional chaining (`?.`) when possible in typescript
52
- Use `v-tooltip` over `title` in vue2 components
0 commit comments