forked from trent_larson/crowd-funder-for-time-pwa
Remove duplicate guidelines about accessibility and Lighthouse scoring from README-context.md, as these are already covered in the Vue Component Structure section.
8 lines
389 B
Plaintext
8 lines
389 B
Plaintext
---
|
|
description: General project rules that applies to all file types. Should be most general
|
|
globs: **/*
|
|
---
|
|
- Naming Conventions: Follow clear and consistent naming conventions.
|
|
- Performance Optimization: Optimize code for performance.
|
|
- Key Conventions: Adhere to project-specific key conventions.
|
|
- Error Handling and Validation: implement comprehensive error handling and validation. |