0.0.4 • Published 2 years ago
@theme-json/validate v0.0.4
@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"]
}
}