Skip to content

Commit

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

0 comments on commit d30db5e

Please sign in to comment.