10 lines
504 B
Plaintext
10 lines
504 B
Plaintext
---
|
|
description: Specifies best practices, including following RESTful API design principles, implementing responsive design, using Zod for data validation, and regularly updating dependencies. This rule promotes modern and robust development practices.
|
|
globs: **/*
|
|
---
|
|
- |-
|
|
10. Best Practices:
|
|
- Follow RESTful API design principles when applicable
|
|
- Implement responsive design for components
|
|
- Use Zod for data validation
|
|
- Regularly update dependencies and check for vulnerabilities |