Skip to content

Commit 82ef553

Browse files
fnattemichael-ciniawsky
authored andcommittedMar 17, 2018
fix(options): disallow additional properties and add ident to validation (#346)
1 parent 1e0cade commit 82ef553

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎lib/options.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"exec": {
1717
"type": "boolean"
1818
},
19+
"ident": {
20+
"type": "string"
21+
},
1922
"parser": {
2023
"type": [ "string", "object" ]
2124
},
@@ -36,5 +39,5 @@
3639
"type": [ "string", "boolean" ]
3740
}
3841
},
39-
"additionalProperties": true
42+
"additionalProperties": false
Has a conversation. Original line has a conversation.
4043
}

0 commit comments

Comments
 (0)
Please sign in to comment.