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, replace custom rule with built-in #8478

Closed
wants to merge 3 commits into from

Commits on Sep 10, 2016

  1. Configuration menu
    Copy the full SHA
    26f2b26 View commit details
    Browse the repository at this point in the history
  2. tools: update ESLint to 3.5.0

    Trott committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    a17fa13 View commit details
    Browse the repository at this point in the history
  3. tools: replace custom ESLint rule with built-in

    ESLint 3.5.0 introduces a `no-restricted-properties` rule. Replace our
    custom `no-deepEqual` rule with this rule.
    Trott committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    67d6764 View commit details
    Browse the repository at this point in the history