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.
1 parent 113913c commit cddaf95Copy full SHA for cddaf95
1 file changed
src/commands/options.ts
@@ -15,6 +15,7 @@ const ajvOptions: SchemaMap = {
15
allowMatchingProperties: {type: "boolean"},
16
allowUnionTypes: {type: "boolean"},
17
validateFormats: {type: "boolean"},
18
+ unicodeRegExp: {type: "boolean"},
19
data: {type: "boolean"},
20
allErrors: {type: "boolean"},
21
verbose: {type: "boolean"},
0 commit comments