File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1111| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- |
1212| [ no-duplicate-attrs] ( rules/no-duplicate-attrs ) | Disallow to use duplicate attributes | ⭐ |
1313| [ no-duplicate-id] ( rules/no-duplicate-id ) | Disallow to use duplicate id | ⭐ |
14+ | [ no-extra-spacing-text] ( rules/no-extra-spacing-text ) | Disallow unnecessary consecutive spaces | 🔧 |
1415| [ no-inline-styles] ( rules/no-inline-styles ) | Disallow using inline style | |
1516| [ no-obsolete-tags] ( rules/no-obsolete-tags ) | Disallow to use obsolete elements in HTML5 | ⭐ |
1617| [ no-restricted-attr-values] ( rules/no-restricted-attr-values ) | Disallow specified attributes | |
5859| [ indent] ( rules/indent ) | Enforce consistent indentation | ⭐🔧 |
5960| [ lowercase] ( rules/lowercase ) | Enforce to use lowercase for tag and attribute names. | 🔧 |
6061| [ no-extra-spacing-attrs] ( rules/no-extra-spacing-attrs ) | Disallow an extra spacing around attributes | ⭐🔧 |
61- | [ no-extra-spacing-text] ( rules/no-extra-spacing-text ) | Disallow extra spacing in text | 🔧 |
6262| [ no-multiple-empty-lines] ( rules/no-multiple-empty-lines ) | Disallow multiple empty lines | 🔧 |
6363| [ no-trailing-spaces] ( rules/no-trailing-spaces ) | Disallow trailing whitespace at the end of lines | 🔧 |
6464| [ quotes] ( rules/quotes ) | Enforce consistent quoting attributes with double(") or single(') | ⭐🔧 |
You can’t perform that action at this time.
0 commit comments