yeonjuan / html-eslint

ESLint plugin for linting HTML
https://html-eslint.org
MIT License
161 stars 28 forks source link

feat: add test for tabs in no-extra-spacing-attrs #202

Closed RobertAKARobin closed 3 months ago

RobertAKARobin commented 3 months ago

This adds two things to no-extra-spacing-attrs:

Because this rule can now have an effect when a tag has no attributes, in the future may want to rename the rule to just no-extra-spacing... Just a thought!

Thanks! :)

yeonjuan commented 3 months ago

@RobertAKARobin

in the future may want to rename the rule to just no-extra-spacing... Just a thought!

I agree! This rule is doing more than its name implies. I think it would be a good idea to rename the rule in the future.