Skip to content

Commit 3bfd5a7

Browse files
authored
fix: error using all without sort-array-values config (#169)
1 parent 5909d0c commit 3bfd5a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/configs/all.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const baseExtend =
66

77
const all: Record<string, string> = {}
88
for (const rule of rules) {
9+
if (rule.meta.docs.ruleId === "jsonc/sort-array-values") continue
910
all[rule.meta.docs.ruleId] = "error"
1011
}
1112

0 commit comments

Comments
 (0)