Skip to content

Commit 2fd18c1

Browse files
committed
wip
1 parent 80b1fbc commit 2fd18c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/plugin-typescript/src/lib/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,13 @@ export const CATEGORY_MAP: Record<string, CategoryConfig> = {
8585
typescript: {
8686
slug: 'type-safety',
8787
title: 'Type Safety',
88+
description: 'TypeScript diagnostics and type-checking errors',
8889
refs: await getCategoryRefsFromGroups(),
8990
},
9091
'bug-prevention': {
9192
slug: 'bug-prevention',
9293
title: 'Bug prevention',
94+
description: 'Type checks that find **potential bugs** in your code.',
9395
refs: await getCategoryRefsFromGroups({
9496
onlyAudits: [
9597
'syntax-errors',

0 commit comments

Comments
 (0)