Skip to content

Commit 4d7b043

Browse files
Update schema.v2.json
1 parent 34a2934 commit 4d7b043

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/schema/schema.v2.json

+13
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,19 @@
813813
"additionalProperties": false,
814814
"default": {},
815815
"description": "OXC is a JavaScript/TypeScript linter written in Rust."
816+
},
817+
"shopifyThemeCheck": {
818+
"type": "object",
819+
"properties": {
820+
"enabled": {
821+
"type": "boolean",
822+
"default": true,
823+
"description": "Enable Shopify Theme Check | A linter for Shopify themes that helps you follow Shopify theme & Liquid best practices | cli 3.77.1 | theme 3.58.2"
824+
}
825+
},
826+
"additionalProperties": false,
827+
"default": {},
828+
"description": "Configuration for Shopify Theme Check to ensure theme quality and best practices"
816829
}
817830
},
818831
"additionalProperties": false,

0 commit comments

Comments
 (0)