@grafikr/theme-check-extension
v1.0.2
Published
A set of opinionated checks for Shopify themes
Downloads
31
Readme
@grafikr/theme-check-extension
Opinionated Shopify theme linting checks built on top of @shopify/theme-check-common.
Installation
pnpm i @grafikr/theme-check-extension -DUsage
Add the extension to your .theme-check.yml configuration:
extends:
- 'theme-check:recommended'
- '@grafikr/theme-check-extension/recommended.yml'For more configuration options, see the Theme Check configuration docs.
Checks
| Check | Description | Applies to | Default severity |
| ------------------------- | ---------------------------------- | ------------- | ---------------- |
| DeprecateSectionBlocks | Warns against using section blocks | Section files | warning |
