diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-21 13:17:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 13:17:42 +0100 |
commit | b63fe3f35c6dd06059e3d34e566b95ed9ccf2724 (patch) | |
tree | 82ea51402796f6bb0b785a4cb4d44f50dd69dae5 /cli/tests/lint/file2.ts | |
parent | e35e8981f0280905836d3b68fd5ceb6e3c2bc270 (diff) |
upgrade: deno_doc, deno_lint, dprint, swc (#8443)
Diffstat (limited to 'cli/tests/lint/file2.ts')
-rw-r--r-- | cli/tests/lint/file2.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/lint/file2.ts b/cli/tests/lint/file2.ts index 10c709ba2..a2be5c5e0 100644 --- a/cli/tests/lint/file2.ts +++ b/cli/tests/lint/file2.ts @@ -2,5 +2,5 @@ try { await Deno.open("./some/file.txt"); } catch (e) {} -// deno-lint-ignore no-explicit-any require-await +// deno-lint-ignore no-explicit-any function foo(): any {} |