Files
kycnotme/.cursor/rules/code-style.mdc

8 lines
259 B
Plaintext
Raw Permalink Normal View History

2025-05-25 10:07:02 +00:00
---
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.