Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(htmlhint): adding support for a white list of elements that can…
… be lower case. (#188) When enabling the rule instead of using a boolean, use an array with the attributes (camelCased) that you want to ignore ```json { "tagname-lowercase": ["clipPath"] } ```
- Loading branch information