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

fix: eslint no console #196

Merged
merged 3 commits into from
Jan 15, 2019
Merged

fix: eslint no console #196

merged 3 commits into from
Jan 15, 2019

Conversation

greg-a-smith
Copy link
Contributor

@greg-a-smith greg-a-smith commented Jan 15, 2019

Enabled the no-console eslint rule and fixed lint errors.

#169

@@ -8,6 +8,8 @@
// To learn more about the benefits of this model, read https://goo.gl/KwvDNy.
// This link also includes instructions on opting out of this behavior.

/* eslint-disable no-console */

Copy link
Contributor

Choose a reason for hiding this comment

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

should this have a matching eslint-enable no-console at the bottom?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think so, but not sure. When we did work in NUI Widgets and disabled a rule for a given file, we never added any eslint-enable statements at the bottom.

Copy link
Contributor

@bcullman bcullman left a comment

Choose a reason for hiding this comment

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

🚢

@greg-a-smith greg-a-smith merged commit c8f8254 into master Jan 15, 2019
@greg-a-smith greg-a-smith deleted the fix/eslint-no-console branch January 15, 2019 04:56
greg-a-smith added a commit that referenced this pull request Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants