You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,10 +222,10 @@ You can pass the following [Ajv options](https://github.com/ajv-validator/ajv/bl
222
222
|`--loop-enum=`| max size of `enum` to compile to expression (rather than to loop) |
223
223
|`--own-properties`| only validate own properties (not relevant for JSON, but can have effect for JavaScript objects) |
224
224
| Code generation |
225
-
|`code.es5`| generate ES5 code |
226
-
|`code.lines`| generate multi-line code |
227
-
|`code.optimize=`| disable optimization (`false`) or number of optimization passes (1 pass by default) |
228
-
|`code.formats=`| code to require formats object (only needed if you generate standalone code and do not use [ajv-formats](https://github.com/ajv-validator/ajv-formats)) |
225
+
|`--code.es5`| generate ES5 code |
226
+
|`--code.lines`| generate multi-line code |
227
+
|`--code.optimize=`| disable optimization (`false`) or number of optimization passes (1 pass by default) |
228
+
|`--code.formats=`| code to require formats object (only needed if you generate standalone code and do not use [ajv-formats](https://github.com/ajv-validator/ajv-formats)) |
229
229
230
230
Options can be passed using either dash-case or camelCase.
0 commit comments