UNPKG

@theme-json/validate

Version:
24 lines (16 loc) 388 B
# @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"] } } ```