-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: custom html attributes order #733
Conversation
Codecov ReportBase: 77.14% // Head: 77.19% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #733 +/- ##
==========================================
+ Coverage 77.14% 77.19% +0.05%
==========================================
Files 12 12
Lines 1588 1592 +4
Branches 262 263 +1
==========================================
+ Hits 1225 1229 +4
Misses 331 331
Partials 32 32
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Description
This PR adds feature to sort html attributes in custom order.
Related Issue
Motivation and Context
https://github.com/shufo/html-attribute-sorter already supported this feature.
How Has This Been Tested?
see tests