9 lines
417 B
Plaintext
9 lines
417 B
Plaintext
---
|
|
description: Specifies code quality standards, including prioritizing readability and maintainability, implementing comprehensive error handling, and using TypeScript for type safety. This rule promotes clean, reliable, and maintainable code.
|
|
globs: **/*
|
|
---
|
|
- |-
|
|
6. Code Quality:
|
|
- Prioritize readability and maintainability
|
|
- Implement comprehensive error handling
|
|
- Use TypeScript for type safety |