Skip to content

Commit 49c7f14

Browse files
authored
chore(lint): remove dead biome suppression in tar-xz node-api spec (#119)
The for-await drain loop body has a '/* drain */' comment that satisfies biome's noEmptyBlockStatements check, so the suppression above never fired. Drop the dead biome-ignore line.
1 parent 7ac6d05 commit 49c7f14

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/tar-xz/test/node-api.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ describe('Node.js file API (v6)', () => {
246246

247247
for await (const entry of extract(archive)) {
248248
// Partially consume entry.data first
249-
// biome-ignore lint/suspicious/noEmptyBlockStatements: intentional drain
250249
for await (const _ of entry.data) {
251250
/* drain */
252251
}

0 commit comments

Comments
 (0)