Skip to content

Commit

Permalink
chore: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Mar 17, 2024
1 parent f5e4cb0 commit 9f773af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/utils/__tests__/fixtures/stats-brent.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/utils/__tests__/fixtures/stats.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/utils/ndjson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import events from 'events';
import fs from 'fs';
import readline from 'readline';
import stream from 'stream';
import { stringer } from 'stream-json/Stringer';
import { disassembler } from 'stream-json/Disassembler';
import { stringer } from 'stream-json/Stringer';

/**
* Iterate through lines of a ndjson/jsonl file using streams.
Expand Down

0 comments on commit 9f773af

Please sign in to comment.