Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jun 3, 2020
1 parent ab3e813 commit 1135020
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
6 changes: 1 addition & 5 deletions src/type/definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ import identityFunc from '../jsutils/identityFunc';
import defineToJSON from '../jsutils/defineToJSON';
import suggestionList from '../jsutils/suggestionList';
import { type PromiseOrValue } from '../jsutils/PromiseOrValue';
import {
type ObjMap,
type ReadOnlyObjMap,
type ReadOnlyObjMapLike,
} from '../jsutils/ObjMap';
import { type ObjMap, type ReadOnlyObjMap } from '../jsutils/ObjMap';

import { Kind } from '../language/kinds';
import { print } from '../language/printer';
Expand Down
5 changes: 1 addition & 4 deletions src/type/directives.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ import devAssert from '../jsutils/devAssert';
import instanceOf from '../jsutils/instanceOf';
import defineToJSON from '../jsutils/defineToJSON';
import isObjectLike from '../jsutils/isObjectLike';
import {
type ReadOnlyObjMap,
type ReadOnlyObjMapLike,
} from '../jsutils/ObjMap';
import { type ReadOnlyObjMap } from '../jsutils/ObjMap';

import { type DirectiveDefinitionNode } from '../language/ast';
import {
Expand Down
6 changes: 1 addition & 5 deletions src/type/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ import toObjMap from '../jsutils/toObjMap';
import devAssert from '../jsutils/devAssert';
import instanceOf from '../jsutils/instanceOf';
import isObjectLike from '../jsutils/isObjectLike';
import {
type ObjMap,
type ReadOnlyObjMap,
type ReadOnlyObjMapLike,
} from '../jsutils/ObjMap';
import { type ObjMap, type ReadOnlyObjMap } from '../jsutils/ObjMap';

import { type GraphQLError } from '../error/GraphQLError';
import {
Expand Down

0 comments on commit 1135020

Please sign in to comment.