attr-sorted
Attributes should be sorted in the following order:
- class
- id
- name
- src
- for
- type
- href
- value
- title
- alt
- role
Level: error
Config value
- true: enable rule
- false: disable rule
The following pattern are not considered violations:
<div img="image" meta="meta" font="font"></div>
The following pattern is considered violation:
<div type="type" img="image" id="id" font="font"></div>