Skip to content

Rule proposal: padding lines between tags #1830

New issue

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

Closed
amiranagram opened this issue Mar 26, 2022 · 2 comments
Closed

Rule proposal: padding lines between tags #1830

amiranagram opened this issue Mar 26, 2022 · 2 comments

Comments

@amiranagram
Copy link

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)

@FloEdelmann
Copy link
Member

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.

@amiranagram
Copy link
Author

For sure!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants