Skip to content

Rule proposal: require closing bracket on new line #14

Closed
@lencioni

Description

A rule that enforces that the closing bracket of a component must be on its own line might be nice.

Good:

<MyComponent
  firstProp="value"
  secondProp="value"
/>

Bad:

<MyComponent
  firstProp="value"
  secondProp="value" />

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions