Closed bigpopakap closed 4 years ago
I would like to be able to pass options through to Ajv (here is the doc about the available options. For my particular use case, I want to set verbose: true; removeAdditional: true, allErrors: true
verbose: true; removeAdditional: true, allErrors: true
Thanks for the quick response! I just split it up (but I left the package-lock.json change in this PR, if that's ok)
package-lock.json
I would like to be able to pass options through to Ajv (here is the doc about the available options. For my particular use case, I want to set
verbose: true; removeAdditional: true, allErrors: true