We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sort-array-values
1 parent 5909d0c commit 3bfd5a7Copy full SHA for 3bfd5a7
lib/configs/all.ts
@@ -6,6 +6,7 @@ const baseExtend =
6
7
const all: Record<string, string> = {}
8
for (const rule of rules) {
9
+ if (rule.meta.docs.ruleId === "jsonc/sort-array-values") continue
10
all[rule.meta.docs.ruleId] = "error"
11
}
12
0 commit comments