Skip to content

Commit

Permalink
chore: fix generated docs (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan authored Sep 15, 2024
1 parent 7a9f5e3 commit 7f58e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down Expand Up @@ -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(') | ⭐🔧 |
Expand Down

0 comments on commit 7f58e96

Please sign in to comment.