From 7e926ebf61d515e1bc29010f1ba81b731f8b96da Mon Sep 17 00:00:00 2001 From: Juan Aguilar Santillana Date: Wed, 17 Feb 2021 17:31:27 +0100 Subject: [PATCH] Fix unused eslint-disable attribute --- test/test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.js b/test/test.js index a2c8a10..92dd2bc 100644 --- a/test/test.js +++ b/test/test.js @@ -104,7 +104,6 @@ if (!self.fetch.polyfill) { var slice = Array.prototype.slice function featureDependent(testOrSuite, condition) { - // eslint-disable-next-line no-invalid-this ;(condition ? testOrSuite : testOrSuite.skip).apply(this, slice.call(arguments, 2)) } -- GitLab