You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] Components are broken down into sensible and maintainable sub-components.
6
+
-[ ] Styles are scoped to the component using it. If multiple components need to share CSS, then a .css file is created containing the shared CSS and imported into component scoped style sections.
7
+
-[ ] Naming is consistent with existing code, and adequately describes the component or function being introduced
8
+
-[ ] Only functions utilizing Vue state or lifecycle hooks are named as composables (i.e. starting with 'use');
9
+
-[ ] No module-level state is being introduced. If so, request the PR author to move the state to the corresponding Pinia store.
0 commit comments