8000 Update schema.v2.json · coderabbitai/coderabbit-docs@4d7b043 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 13 additions & 0 deletions
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)
0