BMAD-METHOD/.claude/rules/tailwind-react-firebase-cur.../code-organization-rules.mdc

6 lines
244 B
Plaintext

---
description: Guidelines for organizing code structure and utilizing custom hooks.
globs: **/src/**/*.*
---
- Follow a consistent folder structure (e.g., components, hooks, pages, services).
- Use custom hooks to encapsulate and reuse logic.