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 /tools/ts_library_builder/testdata | |
| parent | 8c7a12d1b258f0ef5ab27f49c424331d43e8d97f (diff) | |
Migrate from tslint to eslint for linting (#1905)
Diffstat (limited to 'tools/ts_library_builder/testdata')
| -rw-r--r-- | tools/ts_library_builder/testdata/globals.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ts_library_builder/testdata/globals.ts b/tools/ts_library_builder/testdata/globals.ts index 9d117c794..c6c6f9476 100644 --- a/tools/ts_library_builder/testdata/globals.ts +++ b/tools/ts_library_builder/testdata/globals.ts @@ -2,7 +2,6 @@ import * as moduleC from "./moduleC"; import * as moduleD from "./moduleD"; import * as moduleE from "./moduleE"; -// tslint:disable-next-line:no-any const foobarbaz: any = {}; foobarbaz.bar = new moduleC.Bar(); foobarbaz.qat = moduleC.qat; |
