Skip to content

Commit 1c4ebc0

Browse files
committed
Allow strict-mode options
1 parent 0232ac3 commit 1c4ebc0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

commands/options.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ var AJV_OPTIONS = {
1616
'all-errors': { type: 'boolean' },
1717
'verbose': { type: 'boolean' },
1818
'json-pointers': { type: 'boolean' },
19+
'strict-keywords': { type: 'boolean' },
20+
'strict-defaults': { type: 'boolean'},
21+
'strict-numbers': { type: 'boolean'},
1922
'unique-items': { type: 'boolean' },
2023
'unicode': { type: 'boolean' },
2124
'format': { anyOf: [

0 commit comments

Comments
 (0)