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 @@ -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
You can’t perform that action at this time.
0 commit comments