BMAD-METHOD/.claude/rules/react-query-cursorrules-pro.../react-functional-components...

5 lines
246 B
Plaintext

---
description: This rule enforces the use of functional components with hooks in React components within the src/components directory.
globs: src/components/**/*.tsx
---
- Always use functional components with hooks instead of class components.