From c92aa0f4bf2d6d09e06de574a26ca0b65c5ae430 Mon Sep 17 00:00:00 2001 From: saltyaom Date: Fri, 27 Oct 2023 12:54:16 +0700 Subject: [PATCH] :broom: chore: update --- src/utils.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils.ts b/src/utils.ts index 21ff6f5..6812237 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,3 +1,5 @@ +/* eslint-disable @typescript-eslint/ban-ts-comment */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import type { HTTPMethod, LocalHook } from 'elysia' import { Kind, type TSchema } from '@sinclair/typebox'