Skip to content

Commit 7f58e96

Browse files
authored
chore: fix generated docs (#219)
1 parent 7a9f5e3 commit 7f58e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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 | |
@@ -58,7 +59,6 @@
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(') | ⭐🔧 |

0 commit comments

Comments
 (0)