html-eslint icon indicating copy to clipboard operation
html-eslint copied to clipboard

Rename no-extra-spacing-attrs

Open RobertAKARobin opened this issue 1 year ago • 2 comments

#202 adds functionality that prevents extra spacing inside tags even when there are no attributes, so the -attrs in no-extra-spacing-attrs isn't quite correct.

Maybe deprecate no-extra-spacing-attrs and add a new rule called no-extra-spacing-tags, or something?

(Not sure if @yeonjuan would prefer to deprecate the current rule and add a new one, or just rename the current rule)

See https://github.com/yeonjuan/html-eslint/pull/202#issuecomment-2260703134

RobertAKARobin avatar Jul 31 '24 14:07 RobertAKARobin