Skip to content

Commit cddaf95

Browse files
committed
feat: Allow to disable unicode regex
1 parent 113913c commit cddaf95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/options.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const ajvOptions: SchemaMap = {
1515
allowMatchingProperties: {type: "boolean"},
1616
allowUnionTypes: {type: "boolean"},
1717
validateFormats: {type: "boolean"},
18+
unicodeRegExp: {type: "boolean"},
1819
data: {type: "boolean"},
1920
allErrors: {type: "boolean"},
2021
verbose: {type: "boolean"},

0 commit comments

Comments
 (0)