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
Is there a rule for this?
<!-- GOOD --> <template> <div> <p>Item 1</p> <p>Item 2</p> </div> </template
<!-- BAD --> <template> <div> <p>Item 1</p> <p>Item 2</p> </div> </template
Originally posted by @nathanchase in #855 (comment)
The text was updated successfully, but these errors were encountered:
As far as I know, there is none yet. Could you please open a new issue with the issue template?
The rule name padding-lines-between-tags is fine for me.
padding-lines-between-tags
Sorry, something went wrong.
For sure!
No branches or pull requests
Is there a rule for this?
Originally posted by @nathanchase in #855 (comment)
The text was updated successfully, but these errors were encountered: