From dc05f3c1d5a22d96d9d62c8ec0fde2782c38796b Mon Sep 17 00:00:00 2001 From: Ed S Date: Mon, 18 Jun 2018 17:50:16 +0100 Subject: [PATCH] Build: Remove unnecessary ESLint exception The linked-to issue was fixed 2 years ago. Closes gh-4095 --- src/core.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core.js b/src/core.js index 7a016121c..633d09381 100644 --- a/src/core.js +++ b/src/core.js @@ -227,9 +227,6 @@ jQuery.extend( { }, isEmptyObject: function( obj ) { - - /* eslint-disable no-unused-vars */ - // See https://github.com/eslint/eslint/issues/6125 var name; for ( name in obj ) { -- 2.39.5