Skip to content

Commit 28635f4

Browse files
committed
chore: wip
1 parent 54f1d89 commit 28635f4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

storage/framework/.biomelintrc-auto-import.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,4 +345,4 @@
345345
"whenever"
346346
]
347347
}
348-
}
348+
}

storage/framework/ide/vscode/.vscode/.cursorrules

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Code Style and Structure:
22

33
- Write concise, technical TypeScript code with accurate examples
4+
- If Bun native modules are available, use them
45
- Use functional and declarative programming patterns; avoid classes unless needed
56
- Prefer iteration and modularization over code duplication
67
- Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasError)
7-
- Structure files: exported component, subcomponents, helpers, static content, types
88

99
Naming Conventions:
1010

@@ -33,8 +33,8 @@ Error Handling and Validation:
3333

3434
UI and Styling:
3535

36-
- Use Vue.js and Tailwind for components and styling
37-
- Implement responsive design with Tailwind CSS; use a mobile-first approach
36+
- Use Vue.js Single File Components for components
37+
- Implement styling & responsive design with Tailwind CSS; use a mobile-first approach
3838

3939
Performance Optimization:
4040

@@ -44,6 +44,8 @@ Key Conventions:
4444

4545
- Optimize Web Vitals (LCP, CLS, FID)
4646
- Use vueuse functions where possible because they are auto-imported
47+
- If there are two equally valid implementations, the browser version should be preferred
48+
- Aim for 100% test coverage
4749
- Use Composition API
4850
- Use setup script
4951

0 commit comments

Comments
 (0)