Skip to content
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

New line for html content #456

Closed
goncy opened this issue Apr 6, 2018 · 3 comments
Closed

New line for html content #456

goncy opened this issue Apr 6, 2018 · 3 comments

Comments

@goncy
Copy link

goncy commented Apr 6, 2018

Is there any rule to enforce this?

Bad

<button
  class="action primary"
  @click="notify('Emm', `That doesn't look like mine`)"
>Seems legit</button>

Good

<button
  class="action primary"
  @click="notify('Emm', `That doesn't look like mine`)"
>
  Seems legit
</button>
@wyhaya
Copy link

wyhaya commented Apr 19, 2018

@goncy Hello, I also hope to do this. What did you find?

@michalsnik
Copy link
Member

Hey @goncy @wyhaya There is no such rule yet. But @ota-meshi created PR with it recently: #445
Once we close all important issues, we'll release v5.0-beta and will continue on adding new rules.

@michalsnik
Copy link
Member

I'm closing in favor of #415

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

3 participants