Skip to content

Commit c06796c

Browse files
committed
Remove lint override
1 parent 855a53c commit c06796c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/common/src/util/itertools.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export function partition<T, U>(
6060
*/
6161
export function isEmptyIterable(iterable: Iterable<unknown>): boolean {
6262
for (const _ of iterable) {
63-
// eslint-disable-line no-unused-vars, no-unreachable-loop
6463
return false;
6564
}
6665

0 commit comments

Comments
 (0)