Commit 3711f40e authored by Lee ByeongJun's avatar Lee ByeongJun
Browse files

ci: lint

parent 4534cd9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ export interface InboxOptions {
export const TunnelConfig = {
  shouldDisableTunnel: (opts: InboxOptions): boolean => {
    return opts.tunnel === false || opts.noTunnel === true;
  }
  },
} as const;

export const command = new Command()