From df697c486e7af5b50efca4a21105bb137cbeddbd Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 7 Jul 2016 15:44:32 -0700 Subject: tools: update ESLint, fix unused vars bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update ESLint to 3.0.0. This includes an enhancement to `no-unused-vars` such that it finds a few instances in our code base that it did not find previously (fixed in previous commits readying this for landing). PR-URL: https://github.com/nodejs/node/pull/7601 Reviewed-By: Michaƫl Zasso Reviewed-By: Roman Reiss --- tools/eslint/node_modules/once/package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tools/eslint/node_modules/once') diff --git a/tools/eslint/node_modules/once/package.json b/tools/eslint/node_modules/once/package.json index f63e5f7457..2a748a3c74 100644 --- a/tools/eslint/node_modules/once/package.json +++ b/tools/eslint/node_modules/once/package.json @@ -2,7 +2,7 @@ "_args": [ [ "once@^1.3.0", - "/Users/trott/io.js/tools/node_modules/globby/node_modules/glob" + "/Users/trott/io.js/tools/node_modules/glob" ] ], "_from": "once@>=1.3.0 <2.0.0", @@ -27,7 +27,6 @@ }, "_requiredBy": [ "/glob", - "/globby/glob", "/inflight", "/run-async" ], @@ -35,7 +34,7 @@ "_shasum": "b2e261557ce4c314ec8304f3fa82663e4297ca20", "_shrinkwrap": null, "_spec": "once@^1.3.0", - "_where": "/Users/trott/io.js/tools/node_modules/globby/node_modules/glob", + "_where": "/Users/trott/io.js/tools/node_modules/glob", "author": { "email": "i@izs.me", "name": "Isaac Z. Schlueter", @@ -56,7 +55,7 @@ }, "dist": { "shasum": "b2e261557ce4c314ec8304f3fa82663e4297ca20", - "tarball": "http://registry.npmjs.org/once/-/once-1.3.3.tgz" + "tarball": "https://registry.npmjs.org/once/-/once-1.3.3.tgz" }, "files": [ "once.js" -- cgit v1.2.1