We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a2934 commit 4d7b043Copy full SHA for 4d7b043
static/schema/schema.v2.json
@@ -813,6 +813,19 @@
813
"additionalProperties": false,
814
"default": {},
815
"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"
829
}
830
},
831
0 commit comments