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.
options
schema-utils
1 parent 005cb81 commit 6a52f85Copy full SHA for 6a52f85
src/options.json
@@ -1,17 +1,17 @@
1
{
2
"type": "object",
3
"properties": {
4
- "root": {
5
- "type": "string"
+ "url": {
+ "type": "boolean"
6
},
7
- "attrs": {
8
- "type": ["string", "array"]
+ "import": {
9
10
- "minimize": {
11
- "type": ["boolean", "object"]
+ "template": {
+ "type": [ "boolean", "string" ]
12
13
- "interpolate": {
14
- "type": ["boolean", "string"]
+ "minimize": {
+ "type": [ "boolean", "object" ]
15
}
16
17
"additionalProperties": false
0 commit comments