Skip to content

Commit 98143f7

Browse files
committed
Update options schema
1 parent 8854d14 commit 98143f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/schemas/optionsSchema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@
2828
},
2929
"syntax": {
3030
"type": "string"
31+
},
32+
"importer": {
33+
"oneOf": [
34+
{
35+
"type": "string"
36+
},
37+
{
38+
"type": "array"
39+
}
40+
]
3141
}
3242
},
3343
"type": "object"

0 commit comments

Comments
 (0)