chore(server): lint ignore error gen file (#7245)

This commit is contained in:
EYHN
2024-06-18 08:48:19 +00:00
parent 98258b0211
commit 390852f8be
3 changed files with 59 additions and 147 deletions

View File

@@ -133,6 +133,7 @@ function generateErrorArgs(name: string, args: ErrorArgs) {
export function generateUserFriendlyErrors() {
const output = [
'/* eslint-disable */',
'// AUTO GENERATED FILE',
`import { createUnionType, Field, ObjectType, registerEnumType } from '@nestjs/graphql';`,
'',