Skip to content

Commit 934bbab

Browse files
committed
fix(CLI): Allow regex CLI option
1 parent 4c61089 commit 934bbab

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
@@ -23,6 +23,7 @@ const ajvOptions: SchemaMap = {
2323
loopRequired: {type: "integer"},
2424
loopEnum: {type: "integer"},
2525
ownProperties: {type: "boolean"},
26+
unicodeRegExp: {type: "boolean"},
2627
multipleOfPrecision: boolOrNat,
2728
messages: {type: "boolean"},
2829
[`${CODE}es5`]: {type: "boolean"},

0 commit comments

Comments
 (0)