Skip to content

Commit d81ca37

Browse files
Update schema.v2.json
1 parent cd93e06 commit d81ca37

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

static/schema/schema.v2.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -908,23 +908,6 @@
908908
"additionalProperties": false,
909909
"default": {},
910910
"description": "dotenv-linter is a tool for checking and fixing .env files for problems and best practices"
911-
},
912-
"htmlhint": {
913-
"type": "object",
914-
"properties": {
915-
"enabled": {
916-
"type": "boolean",
917-
"default": true,
918-
"description": "Enable HTMLHint | HTMLHint is a static code analysis tool for HTML files. | Enable HTMLHint integration. | v1.5.0"
919-
},
920-
"config_file": {
921-
"type": "string",
922-
"description": "Optional path to the HTMLHint configuration file relative to the repository. This is useful when the configuration file is named differently than the default '.htmlhintrc'."
923-
}
924-
},
925-
"additionalProperties": false,
926-
"description": "HTMLHint is a static code analysis tool for HTML files.",
927-
"default": {}
928911
}
929912
},
930913
"additionalProperties": false,

0 commit comments

Comments
 (0)