syncpack
syncpack copied to clipboard
fix(config): add `$schema` property as optional string
Description
- create any valid syncpack config json
- add
"$schema": "https://unpkg.com/[email protected]/dist/schema.json"to your config - the schema fails to validate due to the presence of a
$schemafield
Suggested Solution
include "$schema": { "type": "string" } in your schema properties
Thanks @turbocrime 👍
Released in 12.4.0