BMAD-METHOD/.claude/rules/react-mobx-cursorrules-prom.../folder-structure.mdc

11 lines
207 B
Plaintext

---
description: Enforce specific directory structure for React and MobX Projects.
globs: src/**
---
- Maintain following folder structure:
src/
components/
stores/
hooks/
pages/
utils/