Skip to content

Commit

Permalink
support primaryOptionArray
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouvedia authored Nov 22, 2024
1 parent d93ca2a commit 764777d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schema/stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5847,15 +5847,15 @@
"@[a-z\\d][\\w.-]+/.+": {
"oneOf": [
{
"oneOf": [{ "const": true }, { "type": ["null", "string", "number", "object"] }]
"oneOf": [{ "const": true }, { "type": ["null", "string", "number", "object", "array"] }]
},
{
"type": "array",
"minItems": 1,
"maxItems": 2,
"prefixItems": [
{
"oneOf": [{ "const": true }, { "type": ["null", "string", "number", "object"] }]
"oneOf": [{ "const": true }, { "type": ["null", "string", "number", "object", "array"] }]
},
{
"type": "object",
Expand Down

0 comments on commit 764777d

Please sign in to comment.