From 7f58e962efe74f26e320709d2e46724c0f6842eb Mon Sep 17 00:00:00 2001 From: YeonJuan Date: Mon, 16 Sep 2024 02:12:16 +0700 Subject: [PATCH] chore: fix generated docs (#219) --- docs/rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules.md b/docs/rules.md index becaf25..f296a06 100644 --- a/docs/rules.md +++ b/docs/rules.md @@ -11,6 +11,7 @@ | ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | | [no-duplicate-attrs](rules/no-duplicate-attrs) | Disallow to use duplicate attributes | ⭐ | | [no-duplicate-id](rules/no-duplicate-id) | Disallow to use duplicate id | ⭐ | +| [no-extra-spacing-text](rules/no-extra-spacing-text) | Disallow unnecessary consecutive spaces | 🔧 | | [no-inline-styles](rules/no-inline-styles) | Disallow using inline style | | | [no-obsolete-tags](rules/no-obsolete-tags) | Disallow to use obsolete elements in HTML5 | ⭐ | | [no-restricted-attr-values](rules/no-restricted-attr-values) | Disallow specified attributes | | @@ -58,7 +59,6 @@ | [indent](rules/indent) | Enforce consistent indentation | ⭐🔧 | | [lowercase](rules/lowercase) | Enforce to use lowercase for tag and attribute names. | 🔧 | | [no-extra-spacing-attrs](rules/no-extra-spacing-attrs) | Disallow an extra spacing around attributes | ⭐🔧 | -| [no-extra-spacing-text](rules/no-extra-spacing-text) | Disallow extra spacing in text | 🔧 | | [no-multiple-empty-lines](rules/no-multiple-empty-lines) | Disallow multiple empty lines | 🔧 | | [no-trailing-spaces](rules/no-trailing-spaces) | Disallow trailing whitespace at the end of lines | 🔧 | | [quotes](rules/quotes) | Enforce consistent quoting attributes with double(") or single(') | ⭐🔧 |