@theme-json/validate
Version:
Validate theme.json files when using @theme-json/create
24 lines (16 loc) • 388 B
Markdown
# @theme-json/validate
Validate theme.json files generated with [@theme-json/create](https://www.npmjs.com/package/@theme-json/create).
## Installation
```bash
npm install @theme-json/validate
```
## Setup
Add `@theme-json/validate` to the `theme-json.plugins` section of your `package.json` file.
Example:
```json
{
"theme-json": {
"plugins": ["@theme-json/validate"]
}
}
```