mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-31 12:17:53 +01:00
eslint fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
modules: ['trpc-nuxt/module'],
|
modules: ['trpc-nuxt/module']
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import type {
|
|||||||
ProcedureArgs,
|
ProcedureArgs,
|
||||||
ProcedureRouterRecord,
|
ProcedureRouterRecord,
|
||||||
inferProcedureInput,
|
inferProcedureInput,
|
||||||
inferProcedureOutput,
|
inferProcedureOutput
|
||||||
} from '@trpc/server'
|
} from '@trpc/server'
|
||||||
import type { Unsubscribable, inferObservableValue } from '@trpc/server/observable'
|
import type { Unsubscribable, inferObservableValue } from '@trpc/server/observable'
|
||||||
import type {
|
import type {
|
||||||
@@ -17,7 +17,7 @@ import type {
|
|||||||
AsyncDataOptions,
|
AsyncDataOptions,
|
||||||
KeyOfRes,
|
KeyOfRes,
|
||||||
PickFrom,
|
PickFrom,
|
||||||
_Transform,
|
_Transform
|
||||||
} from 'nuxt/dist/app/composables/asyncData'
|
} from 'nuxt/dist/app/composables/asyncData'
|
||||||
|
|
||||||
// Modified @trpc/client and @trpc/react-query types
|
// Modified @trpc/client and @trpc/react-query types
|
||||||
|
|||||||
Reference in New Issue
Block a user