Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 7018c8d

Browse files
committed
Fix linting error
1 parent 500baff commit 7018c8d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/graphql-mini-transforms/src/webpack.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ import {parse, DocumentNode} from 'graphql';
55
import {getOptions} from 'loader-utils';
66
import validateOptions from 'schema-utils';
77

8-
import {
9-
cleanDocument,
10-
extractImports,
11-
toSimpleDocument,
12-
} from './document';
8+
import {cleanDocument, extractImports, toSimpleDocument} from './document';
139

1410
interface Options {
1511
generateId?: (normalizedSource: string) => string;

0 commit comments

Comments
 (0)