BMAD-METHOD/.claude/rules/react-query-cursorrules-pro.../react-project-folder-struct...

13 lines
310 B
Plaintext

---
description: This rule enforces the defined folder structure for a React project, improving organization and maintainability.
globs: src/**/*
---
- Enforce the following folder structure:
- src/
- components/
- hooks/
- useQueries/
- useMutations/
- pages/
- utils/
- api/