We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm looking for a rule to disallow blank spaces between tags. For example, this should be disallowed:
<div> <span>1</span> <span>2</span> </div>
and this should be allowed:
I found vue/padding-line-between-tags which does what I'm looking for, but it would be nice if it existed here as well.
The text was updated successfully, but these errors were encountered:
I have raised a PR for adding this rule: #3789.
Sorry, something went wrong.
@etherealm13 i'll take a look, but the "question" label and the lack of a "help wanted" label means it's not yet decided to accept the rule.
No branches or pull requests
I'm looking for a rule to disallow blank spaces between tags. For example, this should be disallowed:
and this should be allowed:
I found vue/padding-line-between-tags which does what I'm looking for, but it would be nice if it existed here as well.
The text was updated successfully, but these errors were encountered: