Skip to content

Commit 85f26de

Browse files
committed
ci: ignore this line for now
Ref: #628 (comment)
1 parent 33b5c1e commit 85f26de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
function isEmpty(obj) {
44
for (var prop in obj) {
5-
if (obj.hasOwnProperty(prop)) {
5+
if (obj.hasOwnProperty(prop)) { // eslint-disable-line
66
return false;
77
}
88
}

0 commit comments

Comments
 (0)