--- description: Enforces the use of functional components with hooks in React components. globs: src/components/**/*.jsx --- - Always use functional components with hooks instead of class components.