Rule proposal: require closing bracket on new line #14
Closed
Description
opened on Mar 7, 2015
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