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

Upgrade eslint #8101

Closed
wants to merge 34 commits into from
Closed

Upgrade eslint #8101

wants to merge 34 commits into from

Commits on Nov 4, 2016

  1. Configuration menu
    Copy the full SHA
    edf93df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70cb9d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdac53f View commit details
    Browse the repository at this point in the history
  4. move import statements before their use

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    c157202 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c10b260 View commit details
    Browse the repository at this point in the history
  6. place missing semicolon

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    514551c View commit details
    Browse the repository at this point in the history
  7. apply unwrap-simple-amd jscodeshift

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    76e3a4b View commit details
    Browse the repository at this point in the history
  8. ignore copy-pasted decode geohash code

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    b7d3f95 View commit details
    Browse the repository at this point in the history
  9. re-enable no-var rule

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    ce7e1f6 View commit details
    Browse the repository at this point in the history
  10. eslint --fix with no-var enabled

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    e804e7a View commit details
    Browse the repository at this point in the history
  11. re-enable prefer-const rule

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    82d2f3b View commit details
    Browse the repository at this point in the history
  12. eslint --fix with prefer-const enabled

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    2496836 View commit details
    Browse the repository at this point in the history
  13. re-enable no-extra-semi rule

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    566545c View commit details
    Browse the repository at this point in the history
  14. eslint --fix with no-extra-semi enabled

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    cc8865f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ab42f22 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a4d2d96 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8e8b96f View commit details
    Browse the repository at this point in the history
  18. re-enable quotes rule

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    59e1448 View commit details
    Browse the repository at this point in the history
  19. eslint --fix with quotes enabled

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    714629b View commit details
    Browse the repository at this point in the history
  20. re-enable no-unused-vars rule

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    63b2edd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    16b0177 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9ec67d9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ad9ae73 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    70e69f4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3aa3c10 View commit details
    Browse the repository at this point in the history
  26. unused-vars :: finish of with mostly manual work and remove-unused-as…

    …signments jscodeshift
    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    1a4bd37 View commit details
    Browse the repository at this point in the history
  27. enable object-curly-spacing rule

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    ab5dd59 View commit details
    Browse the repository at this point in the history
  28. eslint --fix with object-curly-spacing enabled

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    9a780c0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bc6ee09 View commit details
    Browse the repository at this point in the history
  30. enable no-global-assign rule

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    df6d4aa View commit details
    Browse the repository at this point in the history
  31. manually fix no-global-assign violations

    spalger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    b98128f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. revert es module conversion where necessary

    spalger committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    937bdff View commit details
    Browse the repository at this point in the history
  2. fix removal of unused var

    spalger committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    05b8c74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    039cef5 View commit details
    Browse the repository at this point in the history