Skip to content

Commit 148d0bb

Browse files
[autofix.ci] apply automated fixes
1 parent 7353481 commit 148d0bb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/components/Package/QualityScore.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ const checkLabels: Record<string, string> = {
2525
}
2626
2727
const categories = computed(() => {
28-
const order: ScoreCategory[] = ['documentation', 'maintenance', 'types', 'bestPractices', 'security']
28+
const order: ScoreCategory[] = [
29+
'documentation',
30+
'maintenance',
31+
'types',
32+
'bestPractices',
33+
'security',
34+
]
2935
return order.map(cat => ({
3036
key: cat,
3137
label: categoryLabels[cat],

0 commit comments

Comments
 (0)