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
Would it be possible to provide options for json-schema-validator/no-invalid:
Cache location. It seems to currently be hard coded to ./.cached_schemastore, but I'm using it in a docker container and that location isn't persisted between runs. I already have a persistent volume setup and I'd like to tell json-schema-validator to use that location.
Cache TTL. Once I have json-schema-validator caching to a persistent location, I would like to tell it when to re-fetch the cached schema files.
The text was updated successfully, but these errors were encountered:
This makes it an unplugged package in .yarn/unplugged where it can write files. This isn't ideal for yarn zero-installs, so having options to configure it would be nice.
I've chosen instead to use your other package eslint-plugin-jsonc. I don't strictly require the schema validation and can work with just JSON validation.
Thank you for your continued development of your packages. Your plugins and parsers are high quality and provide a wonderful developer experience.
Would it be possible to provide options for
json-schema-validator/no-invalid
:Cache location. It seems to currently be hard coded to
./.cached_schemastore
, but I'm using it in a docker container and that location isn't persisted between runs. I already have a persistent volume setup and I'd like to telljson-schema-validator
to use that location.Cache TTL. Once I have
json-schema-validator
caching to a persistent location, I would like to tell it when to re-fetch the cached schema files.The text was updated successfully, but these errors were encountered: