Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 12b60be

Browse files
committedJan 14, 2023
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.