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

Code cleanup #122

Merged
merged 1 commit into from Aug 17, 2016
Merged

Code cleanup #122

merged 1 commit into from Aug 17, 2016

Conversation

pbrisbin
Copy link
Contributor

  • Update eslint configuration
  • Reduce complexity via temporary variable
  • Consistent brace style

Extracted from #109. Will cherry-pick into eslint-2 after merging.

@@ -15,6 +16,7 @@
"no-use-before-define": 2,
"radix": 2,
"semi": 2,
"block-spacing": 2,
Copy link
Contributor

Choose a reason for hiding this comment

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

💄 I think the rules here are currently sorted alphabetically?

Also should this rule be in our styleguide?

@wfleming
Copy link
Contributor

Small style nit, LGTM otherwise.

- Update eslint configuration
- Reduce complexity via temporary variable
- Consistent brace style

Extracted from #109
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

3 participants