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