Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7042a8a commit 7ca9e0bCopy full SHA for 7ca9e0b
static/schema/schema.v2.json
@@ -843,6 +843,19 @@
843
"additionalProperties": false,
844
"default": {},
845
"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"
859
}
860
},
861
0 commit comments