Skip to content

Commit c216f51

Browse files
authored
ignore prettier check
1 parent 45c9538 commit c216f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const plugin: PluginFunction<RawSWRPluginConfig> = (
2525
const allAst = concatAST(documents.map((v) => v.document))
2626

2727
const allFragments: LoadedFragment[] = [
28+
// prettier-ignore
2829
...(allAst.definitions.filter(
2930
(d) => d.kind === Kind.FRAGMENT_DEFINITION
3031
) as FragmentDefinitionNode[]).map((fragmentDef) => ({

0 commit comments

Comments
 (0)