--- 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/