From 2f6ff1bb64ac4f3e201039c8e83f8eb95f73c769 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 9 Apr 2016 14:11:01 +0200 Subject: tools: update ESLint to 2.7.0 PR-URL: https://github.com/nodejs/node/pull/6132 Reviewed-By: Brian White Reviewed-By: Jeremiah Senkpiel Reviewed-By: Rich Trott Reviewed-By: thefourtheye --- tools/eslint/node_modules/es5-ext/test/function/noop.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tools/eslint/node_modules/es5-ext/test/function/noop.js (limited to 'tools/eslint/node_modules/es5-ext/test/function/noop.js') diff --git a/tools/eslint/node_modules/es5-ext/test/function/noop.js b/tools/eslint/node_modules/es5-ext/test/function/noop.js deleted file mode 100644 index 4305c6fcfd..0000000000 --- a/tools/eslint/node_modules/es5-ext/test/function/noop.js +++ /dev/null @@ -1,5 +0,0 @@ -'use strict'; - -module.exports = function (t, a) { - a(typeof t(1, 2, 3), 'undefined'); -}; -- cgit v1.2.1