Skip to content

Commit 8100c95

Browse files
authored
Merge pull request #83 from Agh42/master
Allow strict-mode options
2 parents 0232ac3 + 1c4ebc0 commit 8100c95

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)