Build: Remove unnecessary ESLint exception

The linked-to issue was fixed 2 years ago.

Closes gh-4095
This commit is contained in:
Ed S
2018-06-18 17:50:16 +01:00
committed by Michał Gołębiowski-Owczarek
parent 81d829b357
commit dc05f3c1d5

View File

@@ -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 ) {