Skip to content

Commit 3e69b2b

Browse files
Update htmlhint/README.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 8c380bf commit 3e69b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlhint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ The extension provides automatic fixes for many common HTML issues. Currently su
3030
- **`attr-lowercase`** - Converts uppercase attribute names to lowercase
3131
- **`attr-no-duplication`** - Removes duplicate attributes (only when values are identical)
3232
- **`attr-no-unnecessary-whitespace`** - Removes unnecessary whitespace around attributes
33-
- **`attr-value-no-duplication`** - Removes duplicate values within attributes (e.g., `class="btn btn primary"``class="btn primary"`)
3433
- **`attr-value-double-quotes`** - Converts single quotes to double quotes in attributes
34+
- **`attr-value-no-duplication`** - Removes duplicate values within attributes (e.g., `class="btn btn primary"``class="btn primary"`)
3535
- **`attr-whitespace`** - Removes leading and trailing whitespace from attribute values
3636
- **`button-type-require`** - Adds type attribute to buttons
3737
- **`doctype-first`** - Adds DOCTYPE declaration at the beginning

0 commit comments

Comments
 (0)