Skip to content

Commit 67486eb

Browse files
committed
fix: reverted spurious merge change
1 parent 0908f32 commit 67486eb

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
@@ -11,7 +11,7 @@ const categories = [
1111
"System",
1212
] as const
1313

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

0 commit comments

Comments
 (0)