We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68e8ce commit d47b830Copy full SHA for d47b830
.github/copilot-instructions.md
@@ -0,0 +1,14 @@
1
+# Core Requirements
2
+
3
+- The end goal is stability, speed and great user experience.
4
5
+## Code Quality Requirements
6
7
+- Follow standard TypeScript conventions and best practices
8
+- Use the Composition API when creating Vue components
9
+- Use clear, descriptive variable and function names
10
+- Add comments to explain complex logic or non-obvious implementations
11
+- Write unit tests for core functionality using `vitest`
12
+- Write end-to-end tests using Playwright and `@nuxt/test-utils`
13
+- Keep functions focused and manageable (generally under 50 lines)
14
+- Use error handling patterns consistently
0 commit comments