🌐 AI搜索 & 代理 主页
Skip to content

Commit dc05f3c

Browse files
edg2smgol
authored andcommitted
Build: Remove unnecessary ESLint exception
The linked-to issue was fixed 2 years ago. Closes gh-4095
1 parent 81d829b commit dc05f3c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,6 @@ jQuery.extend( {
227227
},
228228

229229
isEmptyObject: function( obj ) {
230-
231-
/* eslint-disable no-unused-vars */
232-
// See https://github.com/eslint/eslint/issues/6125
233230
var name;
234231

235232
for ( name in obj ) {

0 commit comments

Comments
 (0)