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 4c61089 commit 934bbabCopy full SHA for 934bbab
1 file changed
src/commands/options.ts
@@ -23,6 +23,7 @@ const ajvOptions: SchemaMap = {
23
loopRequired: {type: "integer"},
24
loopEnum: {type: "integer"},
25
ownProperties: {type: "boolean"},
26
+ unicodeRegExp: {type: "boolean"},
27
multipleOfPrecision: boolOrNat,
28
messages: {type: "boolean"},
29
[`${CODE}es5`]: {type: "boolean"},
0 commit comments