11 lines
440 B
Plaintext
11 lines
440 B
Plaintext
---
|
|
description: Key coding conventions for Astro projects including style guide and typescript.
|
|
globs: src/**/*.*
|
|
---
|
|
Key Conventions
|
|
|
|
1. Follow Astro's Style Guide for consistent code formatting.
|
|
2. Use TypeScript for enhanced type safety and developer experience.
|
|
3. Implement proper error handling and logging.
|
|
4. Leverage Astro's RSS feed generation for content-heavy sites.
|
|
5. Use Astro's Image component for optimized image delivery. |