Description
Would it be possible to host a JSON schema for the cz.json configuration file in order to enable the syntax checks?
For example, in Deno projects we add the following field to deno.json file:
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json"
This could be extremely useful for configuration checks and validation.
Possible Solution
No response
Additional context
No response
Related issues
No response
Description
Would it be possible to host a JSON schema for the
cz.jsonconfiguration file in order to enable the syntax checks?For example, in Deno projects we add the following field to
deno.jsonfile:This could be extremely useful for configuration checks and validation.
Possible Solution
No response
Additional context
No response
Related issues
No response