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

tools: improve update-eslint.sh #21819

Closed
wants to merge 1 commit into from
Closed

Commits on Jul 15, 2018

  1. tools: improve update-eslint.sh

    * Pin version numbers when using `npx`. This means we can be careful
      about updating what we run. (Thinking about the recent eslint-scope
      thing.)
    * Add removeNPMAbsolutePaths to get rid of unused fields in package.json
      files. These unused fields can cause unnecessary churn, as at least
      one contains an absolute path that will be different for each
      developer.
    Trott committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    e52f30e View commit details
    Browse the repository at this point in the history