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] Enforce prefer-const #3315

Merged
merged 1 commit into from
Feb 13, 2016
Merged

[eslint] Enforce prefer-const #3315

merged 1 commit into from
Feb 13, 2016

Conversation

oliviertassinari
Copy link
Member

No description provided.

onMouseEnter: this._onMouseEnter,
onMouseLeave: this._onMouseLeave,
onClick: this._onClick,
};

if (this.props.tooltip !== undefined) {
tooltip = (
let tooltipNode;
Copy link
Member Author

Choose a reason for hiding this comment

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

That's a manual change.

Copy link
Contributor

Choose a reason for hiding this comment

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

I noticed, looks good though

@alitaheri
Copy link
Member

This is great 👍

@newoga
Copy link
Contributor

newoga commented Feb 12, 2016

Yup, looks good to me too and builds and everything and no complaints when navigating through docs 👍

@alitaheri
Copy link
Member

Yeah, let's ninja merge this 😁

oliviertassinari added a commit that referenced this pull request Feb 13, 2016
…refer-const

[eslint] Enforce prefer-const
@oliviertassinari oliviertassinari merged commit a9800d4 into mui:master Feb 13, 2016
@oliviertassinari oliviertassinari deleted the eslint-ninja-enforce-prefer-const branch February 13, 2016 14:05
@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.

4 participants