-
Notifications
You must be signed in to change notification settings - Fork 4
fix: dashboard and init improvements #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3232f28
e3d9cb2
7c445cd
5a75aa0
3436755
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -1,5 +1,11 @@ | ||||||||
| { | ||||||||
| "version": "1.0.0", | ||||||||
| "category": [ | ||||||||
| {"name": "error_handling", "description": "Type safety and error handling rules"}, | ||||||||
| {"name": "naming", "description": "Naming conventions for types, interfaces, and variables"}, | ||||||||
| {"name": "formatting", "description": "Code formatting and module structure"}, | ||||||||
| {"name": "documentation", "description": "Documentation rules (JSDoc, type annotations)"} | ||||||||
|
||||||||
| {"name": "documentation", "description": "Documentation rules (JSDoc, type annotations)"} | |
| {"name": "documentation", "description": "Documentation rules (JSDoc, type annotations)"}, | |
| {"name": "performance", "description": "Performance optimization and best practices"} |
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -1,5 +1,11 @@ | ||||||||
| { | ||||||||
| "version": "1.0.0", | ||||||||
| "category": [ | ||||||||
| {"name": "naming", "description": "Naming conventions for components and files"}, | ||||||||
| {"name": "formatting", "description": "Code formatting and Composition API structure"}, | ||||||||
| {"name": "error_handling", "description": "Error handling and reactive state management"}, | ||||||||
| {"name": "performance", "description": "Performance optimization and computed properties"} | ||||||||
|
||||||||
| {"name": "performance", "description": "Performance optimization and computed properties"} | |
| {"name": "performance", "description": "Performance optimization and computed properties"}, | |
| {"name": "documentation", "description": "Prop types, default values, and code documentation"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
근데 이거 원래 이렇게 직접 만들어야 함? cobra에서 제공 안하고?