Skip to content

Commit

Permalink
fix: reverted spurious merge change
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Feb 8, 2023
1 parent 0908f32 commit 67486eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/render-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const categories = [
"System",
] as const

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

0 comments on commit 67486eb

Please sign in to comment.