Skip to content

Commit 12b60be

Browse files
committed
chore: format
1 parent 6e2153a commit 12b60be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/render-rules.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const categories = [
1010
"System",
1111
] as const
1212

13-
const descriptions: Record<typeof categories[number], string> = {
13+
const descriptions: Record<(typeof categories)[number], string> = {
1414
"Possible Errors":
1515
"These rules relate to possible syntax or logic errors in Svelte code:",
1616
"Security Vulnerability":

0 commit comments

Comments
 (0)