diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2019-03-10 04:30:38 +1100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-09 12:30:38 -0500 |
commit | 034e2cc02829c9244b32232074c7a48af827a2fb (patch) | |
tree | bade01606a1ee076c1f753ce99c97ddb1e4edf30 /tests/https_import.ts | |
parent | 8c7a12d1b258f0ef5ab27f49c424331d43e8d97f (diff) |
Migrate from tslint to eslint for linting (#1905)
Diffstat (limited to 'tests/https_import.ts')
-rw-r--r-- | tests/https_import.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/https_import.ts b/tests/https_import.ts index 0a5cea3d1..faaf2175f 100644 --- a/tests/https_import.ts +++ b/tests/https_import.ts @@ -1,6 +1,5 @@ // TODO Use https://localhost:4555/ but we need more infrastructure to // support verifying self-signed certificates. -// tslint:disable-next-line:max-line-length import { printHello } from "https://gist.githubusercontent.com/ry/f12b2aa3409e6b52645bc346a9e22929/raw/79318f239f51d764384a8bded8d7c6a833610dde/print_hello.ts"; printHello(); |