From 90290030469cc7f278492ece67dd783c4d380b43 Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Sun, 15 Nov 2020 04:27:37 +0900 Subject: build: update dlint to v0.2.10 (#8284) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update prebuilt "dlint" binary to v0.2.10 and fix diagnostics for "require-await" rule. Co-authored-by: Bartek IwaƄczuk --- std/io/bufio.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'std/io') 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 { -- cgit v1.2.3