summaryrefslogtreecommitdiff
path: root/std/encoding
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2020-02-26 07:33:19 +1100
committerGitHub <noreply@github.com>2020-02-25 15:33:19 -0500
commitbe787d09d537d6c1a6846168613dd0defe069448 (patch)
tree04686868e791e845e35da69f0db027ee14aa9811 /std/encoding
parentf47f3f96726a94dd2df5d68e3c786b5079089dd4 (diff)
upgrade: TypeScript 3.8 (#4100)
Diffstat (limited to 'std/encoding')
-rw-r--r--std/encoding/yaml/loader/loader.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/encoding/yaml/loader/loader.ts b/std/encoding/yaml/loader/loader.ts
index 7db72a01d..1ab4fc7f5 100644
--- a/std/encoding/yaml/loader/loader.ts
+++ b/std/encoding/yaml/loader/loader.ts
@@ -3,7 +3,6 @@
// Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-/* eslint-disable no-conditional-assignment */
/* eslint-disable max-len */
import { YAMLError } from "../error.ts";