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

tools: update eslint and re-enable comma-spacing rule #2072

Closed
wants to merge 2 commits into from

Commits on Jun 28, 2015

  1. Configuration menu
    Copy the full SHA
    169906b View commit details
    Browse the repository at this point in the history
  2. tools: re-enable comma-spacing linter rule

    The rule was disabled because of an eslint bug which is now resolved.
    All code in lib was already conforming and only test code needed a few
    changes to make the linter happy with this rule enabled.
    
    Ref: eslint/eslint#2408
    silverwind committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    dbe4b29 View commit details
    Browse the repository at this point in the history