ci: remove prettier and use eslint for formatting
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { gql as apolloGql } from '@apollo/client/core'
|
||||
import { markRaw } from 'vue'
|
||||
|
||||
export function gql(literals: string | readonly string[], ...args: any[]) {
|
||||
export function gql (literals: string | readonly string[], ...args: any[]) {
|
||||
return markRaw(apolloGql(literals, ...args))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user