diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-02-26 07:33:19 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 15:33:19 -0500 |
commit | be787d09d537d6c1a6846168613dd0defe069448 (patch) | |
tree | 04686868e791e845e35da69f0db027ee14aa9811 /std/encoding | |
parent | f47f3f96726a94dd2df5d68e3c786b5079089dd4 (diff) |
upgrade: TypeScript 3.8 (#4100)
Diffstat (limited to 'std/encoding')
-rw-r--r-- | std/encoding/yaml/loader/loader.ts | 1 |
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"; |