Skip to content

Commit 51ecd79

Browse files
authored
Update processor.ts
1 parent ba26511 commit 51ecd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin/src/processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const processor: Linter.Processor<Block | string> = {
3636
modules = [],
3737
globalGqlIdentifierName = ['gql', 'graphql'],
3838
gqlMagicComment = 'GraphQL',
39-
} = pluckConfig || {};
39+
} = pluckConfig;
4040

4141
keywords = [
4242
...new Set(

0 commit comments

Comments
 (0)