-
Notifications
You must be signed in to change notification settings - Fork 153
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
Remove copyright header #1097
Remove copyright header #1097
Conversation
onMouseLeave={handleMouseLeave} | ||
/> | ||
); | ||
return <rect x={x} y={y} width="180" height="180" fill={fill} stroke="black" onMouseEnter={handleMouseEnter} onMouseLeave={handleMouseLeave} />; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this change? This is ugly/harder to read imo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the description
above.
Don't take it up with me, take it up with the .prettierrc
:)
Which for the record, I'm ok with changing. I have very little preference re. printWidth
summary
I believe this applies to all
ampproject
code: ampproject/amphtml#35717 (comment)changes made
npx prettier --config .prettierrc --write **/*.ts