Skip to content

Commit 483c05c

Browse files
committed
chore: update copilot instructions
1 parent d5350c5 commit 483c05c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/copilot-instructions.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
## Code Quality Requirements
66

77
- Follow standard TypeScript conventions and best practices
8-
- Use the Composition API when creating Vue components
8+
- Use `<script setup lang="ts">` and the composition API when creating Vue components
99
- Use clear, descriptive variable and function names
10-
- Add comments to explain complex logic or non-obvious implementations
10+
- Add comments only to explain complex logic or non-obvious implementations
1111
- Write unit tests for core functionality using `vitest`
1212
- Write end-to-end tests using Playwright and `@nuxt/test-utils`
13-
- Keep functions focused and manageable (generally under 50 lines)
13+
- Keep functions focused and manageable (generally under 50 lines), and extract complex logic into separate domain-specific files
14+
- Remove code that is not used or needed
1415
- Use error handling patterns consistently
16+
- Create and maintain a `PROGRESS.md` file to track ongoing work and issues

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy