alleyinteractive / alleyinteractive/alley-scripts
Add block.json validator
Open
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 3
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 2
Description
### Description
block.json files use a JSON schema, and we should be able to validate against it. We should have a linter package that will scan a directory for `block.json` files and validate them against the schema using the declared version.
### Use Case
When I am working with Gutenberg blocks, I would like to lint my block.json configs.
Contributor guide
Assessment
This issue has not been assessed yet.