Skip to content

Commit 76d3422

Browse files
committed
lint
1 parent 5052b25 commit 76d3422

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { error } from "./util.ts";
1919
import { EventSourcePolyfill } from "event-source-polyfill";
2020
import type { GlobalContext } from "./main.ts";
2121

22+
// deno-lint-ignore no-explicit-any
2223
export type TRPCClient = OriginalTRPCClient<any>;
2324

2425
export function createTrpcClient(

util.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
import { green, red, stripAnsiCode } from "@std/fmt/colors";
1+
import { red, stripAnsiCode } from "@std/fmt/colors";
22
import { Temporal } from "temporal-polyfill";
3-
import {
4-
detectBuildConfig,
5-
FrameworkFileSystemReader,
6-
} from "@deno/framework-detect";
7-
import open from "open";
8-
import { Spinner } from "@std/cli/unstable-spinner";
9-
10-
import { getAuth, interactive, tokenExchange } from "./auth.ts";
3+
114
import type { GlobalContext } from "./main.ts";
125

136
export function error(

0 commit comments

Comments
 (0)