feat(attr-sort): sort unknown attributes alphabetically
Previously unknown attributes were just ignored. Now they get sorted alphabetically.
BREAKING CHANGE: HTMLHint will now throw an error if unkown attributes are not sorted.
fix #661
Short description of what this resolves: This PR will make sure all attributes get sorted when using the attr-sorted rule. It will ensure that attributes linted with this rule will always get sorted the same way.
Please let me know if there is anything that should be changed to make this PR mergable.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Heya @chrisguttandin - can you please resolve the conflicts so we can get this one merged? Thanks!
Hi @coliff, I've rebased the branch on top of the current master.
@coliff Is there anything I can do about the failing CI tasks?
Sorry for the delay - I think we need @thedaviddias for assistance on this.