Skip to content

Commit b90a561

Browse files
committed
fix(options): disallow additional properties and add ident to validation
1 parent 1e0cade commit b90a561

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/options.json

Lines changed: 4 additions & 1 deletion
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
4043
}

0 commit comments

Comments
 (0)