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