You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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)
@yeonjuan Any particular way you want to deprecate the old rule? We could just replace all instances of "no-extra-spacing-attrs" with "no-extra-spacing-tags", but that could break things for users.
Ideally there would be a message that pops up when someone uses no-extra-spacing-attrs, e.g. "This rule has been deprecated. Please use no-extra-spacing-tags instead." Does ESLint offer something out-of-the-box for that?
#202 adds functionality that prevents extra spacing inside tags even when there are no attributes, so the
-attrs
inno-extra-spacing-attrs
isn't quite correct.Maybe deprecate
no-extra-spacing-attrs
and add a new rule calledno-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 #202 (comment)
The text was updated successfully, but these errors were encountered: