chore(deps): update dependency eslint to v9

This commit is contained in:
Renovate
2024-05-28 16:57:02 +00:00
parent 8a8154cdea
commit c52801ee03
7 changed files with 585 additions and 138 deletions
+1
View File
@@ -1,6 +1,7 @@
import { gql as apolloGql } from '@apollo/client/core'
import { markRaw } from 'vue'
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export function gql(literals: string | readonly string[], ...args: any[]) {
return markRaw(apolloGql(literals, ...args))
}