|
---
|
|
description: Enforces coding standards, consistent naming conventions, and discourages the use of deprecated features.
|
|
globs: **/*.*
|
|
---
|
|
- Follow the project's coding standards.
|
|
- Use consistent naming conventions.
|
|
- Avoid using deprecated functions or libraries. |