Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7ca9e0b

Browse files
Update schema.v2.json
1 parent 7042a8a commit 7ca9e0b

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
@@ -843,6 +843,19 @@
843843
"additionalProperties": false,
844844
"default": {},
845845
"description": "Configuration for Shopify Theme Check to ensure theme quality and best practices"
846+
},
847+
"luacheck": {
848+
"type": "object",
849+
"properties": {
850+
"enabled": {
851+
"type": "boolean",
852+
"default": true,
853+
"description": "Enable Lua code linting | Luacheck helps maintain consistent and error-free Lua code | v1.2.0"
854+
}
855+
},
856+
"additionalProperties": false,
857+
"default": {},
858+
"description": "Configuration for Lua code linting to ensure code quality"
846859
}
847860
},
848861
"additionalProperties": false,

0 commit comments

Comments
 (0)