Skip to content

Rule proposal: spaces around equal signs in HTML attributes #460

Closed
@RomeroMsk

Description

@RomeroMsk

Please describe what the rule should do:

Ensure there are no spaces around equal signs in HTML attribute definitions.

What category of rule is this? (place an "X" next to just one item)

[X] Enforces code style
[ ] Warns about a potential error
[ ] Suggests an alternate way of doing something
[ ] Other (please specify:)

Provide 2-3 code examples that this rule will warn about:

<link rel = "stylesheet" href = "styles.css">

<link rel= "stylesheet" href ="styles.css">

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions