Opinionated Shopify theme linting checks built on top of @shopify/theme-check-common.
pnpm i @grafikr/theme-check-extension -DAdd 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.
| Check | Description | Applies to | Default severity | Enabled by default |
|---|---|---|---|---|
DeprecateSectionBlocks |
Warns against using section blocks | Section files | warning |
Yes |
MaxLines |
Enforces a maximum number of lines per file | Liquid files | warning |
Yes |
MaxSchemaSettings |
Enforces a maximum number of settings in a schema block | Section and block files | warning |
Yes |