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

Update eslint to version 3 #13554

Merged
merged 1 commit into from Mar 2, 2017
Merged

Update eslint to version 3 #13554

merged 1 commit into from Mar 2, 2017

Commits on Mar 2, 2017

  1. Update eslint to version 3

    Updates our eslint dependency from ^2.8.0 to ^3.7.1.  The latest version of ESLint is 3.16.1 but 3.7.1 is the [version currently used by Hound](https://github.com/houndci/linters/blob/master/package.json#L11) and I'm hoping to enable that soon.
    
    To my great surprise, no code or configuration changes were necessary for this upgrade.  You can see the ["Migrating to v3.0.0"](http://eslint.org/docs/user-guide/migrating-to-3.0.0) docs here - it turns out we already did everything we need to do to stay compatible.
    islemaster committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    327af16 View commit details
    Browse the repository at this point in the history