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

Backport 12162 to 6.x #12504

Closed
wants to merge 2 commits into from
Closed

Commits on Apr 25, 2017

  1. tools: update ESLint to 3.19.0

    PR-URL: nodejs#12162
    Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Trott committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    4bb18c5 View commit details
    Browse the repository at this point in the history
  2. tools: replace custom ESLint timers rule

    ESLint 3.19.0 allows the specification of selectors that represent
    disallowed syntax. Replace our custom rule for timer arguments with a
    pair of `no-restricted-syntax` option objects.
    Trott committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    d533e92 View commit details
    Browse the repository at this point in the history