We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
Prior to the most recent Insiders update I did not have this issue
html
head
body
My project has an .htmlhintrc file which says not to apply this rule:
.htmlhintrc
{ "tagname-lowercase": true, "attr-lowercase": ["viewBox", "test"], "attr-value-double-quotes": true, "doctype-first": false, "tag-pair": true, "spec-char-escape": true, "id-unique": true, "src-not-empty": true, "attr-no-duplication": true, "style-disabled": false }
But I get the error anyway.
The text was updated successfully, but these errors were encountered:
This issue was moved to microsoft/vscode-htmlhint#22
Sorry, something went wrong.
No branches or pull requests
Steps to Reproduce:
Prior to the most recent Insiders update I did not have this issue
html
,head
orbody
tagsMy project has an
.htmlhintrc
file which says not to apply this rule:But I get the error anyway.
The text was updated successfully, but these errors were encountered: