mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore(cli): remove all explicit return types (#573)
This commit is contained in:
@@ -7,3 +7,4 @@ alwaysApply: true
|
||||
- Do not include emojis.
|
||||
- Use TypeScript type aliases instead of interface declarations.
|
||||
- In Handlebars templates, avoid generic if/else blocks. Write explicit conditions, such as: use if (eq orm "prisma") for Prisma, and else if (eq orm "drizzle") for Drizzle.
|
||||
- Do not use explicit return types
|
||||
Reference in New Issue
Block a user