Skip to content

Commit

Permalink
Disabled broken rule from HTMLHint
Browse files Browse the repository at this point in the history
  • Loading branch information
tombui99 committed May 1, 2024
1 parent 2756c10 commit fbb2a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ exports.htmlHintConfig = {
"grammar-scrum-terms": true,
"code-block-missing-language": true,
"tagname-lowercase": true,
"attr-lowercase": true,
"attr-lowercase": false,
"attr-value-double-quotes": true,
"attr-value-not-empty": true,
"attr-no-duplication": true,
Expand Down

0 comments on commit fbb2a3a

Please sign in to comment.