diff options
Diffstat (limited to 'std/io')
-rw-r--r-- | std/io/bufio.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/std/io/bufio.ts b/std/io/bufio.ts index 0d7d25998..954fc5eee 100644 --- a/std/io/bufio.ts +++ b/std/io/bufio.ts @@ -703,7 +703,6 @@ export async function* readStringDelim( } /** Read strings line-by-line from a Reader. */ -// eslint-disable-next-line require-await export async function* readLines( reader: Reader, ): AsyncIterableIterator<string> { |