Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(htmlhint): change tagname case requirements
Browse files Browse the repository at this point in the history
remove the requirement that tagnames are all lowercase, due to Angular element conflicts
  • Loading branch information
Adam Jolicoeur authored and joshuawilson committed Sep 8, 2017
1 parent e70dc4e commit c09a65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htmlhintrc
@@ -1,5 +1,5 @@
{
"tagname-lowercase": true,
"tagname-lowercase": false,
"attr-value-not-empty": false,
"attr-no-duplication": true,
"doctype-first": false,
Expand Down

0 comments on commit c09a65a

Please sign in to comment.