Skip to content

New line for html content #456

Closed
Closed
@goncy

Description

@goncy

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions