diff options
author | Rich Trott <rtrott@gmail.com> | 2016-12-31 21:40:59 -0800 |
---|---|---|
committer | Myles Borins <myles.borins@gmail.com> | 2017-03-08 17:11:24 -0800 |
commit | fb2f449acca8a769c005db637ec983b01ace8dd9 (patch) | |
tree | 62c61bbaae61cd649733839ea473c489b362c0ca /tools/eslint/node_modules/is-path-in-cwd/package.json | |
parent | b4cf8c403623a9f0bdbbb8aa43df79c68cbe8f66 (diff) | |
download | node-new-fb2f449acca8a769c005db637ec983b01ace8dd9.tar.gz |
tools: update ESLint to current version
We have been stalled on ESLint 3.8.0 for some time. Current ESLint is
3.13.0. We have been unable to upgrade because of more aggressive
reporting on some rules, including indentation.
ESLint configuration options and bugfixes are now such that we can
reasonably upgrade.
PR-URL: https://github.com/nodejs/node/pull/10561
Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Diffstat (limited to 'tools/eslint/node_modules/is-path-in-cwd/package.json')
-rw-r--r-- | tools/eslint/node_modules/is-path-in-cwd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/eslint/node_modules/is-path-in-cwd/package.json b/tools/eslint/node_modules/is-path-in-cwd/package.json index 7bb97c1394..ebf674ef61 100644 --- a/tools/eslint/node_modules/is-path-in-cwd/package.json +++ b/tools/eslint/node_modules/is-path-in-cwd/package.json @@ -58,7 +58,7 @@ "directories": {}, "dist": { "shasum": "6477582b8214d602346094567003be8a9eac04dc", - "tarball": "http://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz" + "tarball": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz" }, "engines": { "node": ">=0.10.0" |