From d9c8f877d3dc8aa33e5c3f6d5208b9a1a3f173a7 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Sat, 5 Nov 2022 12:57:45 -0700 Subject: [PATCH] eslint fixes --- playground/nuxt.config.ts | 2 +- src/client/types.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index b07b063..cfc9fba 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -1,4 +1,4 @@ // https://v3.nuxtjs.org/api/configuration/nuxt.config export default defineNuxtConfig({ - modules: ['trpc-nuxt/module'], + modules: ['trpc-nuxt/module'] }) diff --git a/src/client/types.ts b/src/client/types.ts index e49f8c5..76adb92 100644 --- a/src/client/types.ts +++ b/src/client/types.ts @@ -9,7 +9,7 @@ import type { ProcedureArgs, ProcedureRouterRecord, inferProcedureInput, - inferProcedureOutput, + inferProcedureOutput } from '@trpc/server' import type { Unsubscribable, inferObservableValue } from '@trpc/server/observable' import type { @@ -17,7 +17,7 @@ import type { AsyncDataOptions, KeyOfRes, PickFrom, - _Transform, + _Transform } from 'nuxt/dist/app/composables/asyncData' // Modified @trpc/client and @trpc/react-query types