You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The big issue is this is a single prop, that happens to be an object. I would love to enforce that this prop must be put on a newline but I cannot see a way to achieve that from reading the JSX rules in depth. Any suggestions?
The correct formatting I'd like to enforce is:
<div
style={{
background: 'red'
}}
>
The text was updated successfully, but these errors were encountered:
Specifically the formatting that I want to catch is this:
The JSX rules I have so far as as follows:
The big issue is this is a single prop, that happens to be an object. I would love to enforce that this prop must be put on a newline but I cannot see a way to achieve that from reading the JSX rules in depth. Any suggestions?
The correct formatting I'd like to enforce is:
The text was updated successfully, but these errors were encountered: