Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ae3e7be69c10c3fdca56acdb1b02a31ac4da8ef1
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 35131c3f0d7a581bd7504416441cefba83bd8b65
Choose a head ref
  • 2 commits
  • 217 files changed
  • 1 contributor

Commits on Aug 16, 2017

  1. tools: update to ESLint 4.1.0

    Update ESLint to 4.1.0. This fixes a bug that previously prevented us
    from using the new and stricter indentation checking.
    
    Refs: eslint/eslint#8721
    PR-URL: #13895
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Trott authored and MylesBorins committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    1b8c1d4 View commit details
    Browse the repository at this point in the history
  2. tools: add script to update ESLint

    Provide a bash script for updating ESLint in the project.
    
    PR-URL: #13895
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Trott authored and MylesBorins committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    35131c3 View commit details
    Browse the repository at this point in the history
Loading