No explicit any
This commit is contained in:
@@ -100,6 +100,12 @@ Comment what the code does, not what the agent has done. The documentation's pur
|
||||
- Optional source lines and external links (e.g. wiki URLs).
|
||||
- Delegate special-case parsing to functions in `src/utils/register_parsers/` (e.g. `reg_default.ts`, `reg_f0.ts`) when needed.
|
||||
|
||||
### TypeScript Patterns
|
||||
- No explicity any types.
|
||||
- Use `const` for constants.
|
||||
- Use `type` for interfaces.
|
||||
- No `enum`.
|
||||
|
||||
### React / Next.js Patterns
|
||||
|
||||
- **Server Components**:
|
||||
|
||||
Reference in New Issue
Block a user