eslint-plugin-json-schema-validator icon indicating copy to clipboard operation
eslint-plugin-json-schema-validator copied to clipboard

How can we add ajv-formats?

Open davereid opened this issue 1 year ago • 1 comments

https://github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/2 Updated to a new major version of ajv which no longer includes the additional formats to use for validation: https://ajv.js.org/guide/formats.html and requires a new NPM dependency to be required: https://github.com/ajv-validator/ajv-formats

How do we include this from our eslint configuration?

davereid avatar Jul 05 '23 18:07 davereid

Thank you for posting issue. I didn't know that. I think this package needs to be fixed. Can you please open the PR and add a test case and fix the issue?

ota-meshi avatar Sep 23 '23 02:09 ota-meshi