We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba26511 commit 51ecd79Copy full SHA for 51ecd79
packages/plugin/src/processor.ts
@@ -36,7 +36,7 @@ export const processor: Linter.Processor<Block | string> = {
36
modules = [],
37
globalGqlIdentifierName = ['gql', 'graphql'],
38
gqlMagicComment = 'GraphQL',
39
- } = pluckConfig || {};
+ } = pluckConfig;
40
41
keywords = [
42
...new Set(
0 commit comments