@theme-json/validate
v0.0.4
Published
Validate theme.json files when using @theme-json/create
Downloads
39
Maintainers
Readme
@theme-json/validate
Validate theme.json files generated with @theme-json/create.
Installation
npm install @theme-json/validate
Setup
Add @theme-json/validate
to the theme-json.plugins
section of your package.json
file.
Example:
{
"theme-json": {
"plugins": ["@theme-json/validate"]
}
}