remove global no explicit any lint rule

This commit is contained in:
Moriz Wahl 2022-04-11 15:55:05 +02:00
parent e183a9bde0
commit 4d09123b0e

View File

@ -1,6 +1,3 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
import fs from 'fs'
import { Context } from '@/server/context'
import { Resolver, Query, Args, Arg, Authorized, Ctx, UseMiddleware, Mutation } from 'type-graphql'