Skip to content
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

[eslint] Enforcing wrap-multilines #2419

Merged
merged 1 commit into from
Dec 8, 2015
Merged

[eslint] Enforcing wrap-multilines #2419

merged 1 commit into from
Dec 8, 2015

Conversation

oliviertassinari
Copy link
Member

No description provided.

value={hour} />;
const isSelected = this._getSelected() === hour;
return (
<ClockNumber key={hour} style={style} isSelected={isSelected} type="hour"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't be lazy 😄

<ClockNumber 
  key={hour} 
  style={style} 
  isSelected={isSelected} 
  type="hour"
  value={hour} 
/>

@oliviertassinari
Copy link
Member Author

@subjectix Fixed

@oliviertassinari oliviertassinari changed the title [eslint] start enforcing wrap-multilines [eslint] Enforcing wrap-multilines Dec 8, 2015
@alitaheri
Copy link
Member

awesome work 👍 🎉

alitaheri added a commit that referenced this pull request Dec 8, 2015
@alitaheri alitaheri merged commit 97bbea1 into mui:master Dec 8, 2015
@oliviertassinari oliviertassinari deleted the eslint-wrap-multilines branch December 8, 2015 09:17
@zannager zannager added package: system Specific to @mui/system package: eslint Specific to eslint-plugin-material-ui labels Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: eslint Specific to eslint-plugin-material-ui package: system Specific to @mui/system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants