From 764777d85b5bf16ec2797474738c16edff48cda2 Mon Sep 17 00:00:00 2001 From: Gary Gozlan Date: Fri, 22 Nov 2024 04:53:31 +0100 Subject: [PATCH] support `primaryOptionArray` --- src/schema/stylelintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schema/stylelintrc.json b/src/schema/stylelintrc.json index 894a7f6..82bc15e 100644 --- a/src/schema/stylelintrc.json +++ b/src/schema/stylelintrc.json @@ -5847,7 +5847,7 @@ "@[a-z\\d][\\w.-]+/.+": { "oneOf": [ { - "oneOf": [{ "const": true }, { "type": ["null", "string", "number", "object"] }] + "oneOf": [{ "const": true }, { "type": ["null", "string", "number", "object", "array"] }] }, { "type": "array", @@ -5855,7 +5855,7 @@ "maxItems": 2, "prefixItems": [ { - "oneOf": [{ "const": true }, { "type": ["null", "string", "number", "object"] }] + "oneOf": [{ "const": true }, { "type": ["null", "string", "number", "object", "array"] }] }, { "type": "object",