Files
kycnotme/.cursor/rules/code-style.mdc
2025-05-25 10:07:02 +00:00

8 lines
259 B
Plaintext

---
description:
globs:
alwaysApply: true
---
- Instead of using the syntax`Array<T>`, use `T[]`.
- Use TypeScript `type` over `interface`.
- You should never add unnecessary or unuseful comments, if you add a comment it must provide some value to the code.