Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 0527b87

Browse files
committed
docs(graphql-cookbook): Fix lint errors
1 parent dad204f commit 0527b87

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/docs/_examples/heroes-graphql-starter/ts/src/app/schema.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ schema {
3535
query: Query
3636
mutation: Mutation
3737
}
38-
`;
38+
`;

public/docs/_examples/heroes-graphql/ts/src/app/app.module.1.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ import { HeroSearchComponent } from './hero-search.component';
5151
// #enddocregion search
5252
bootstrap: [ AppComponent ]
5353
})
54-
export class AppModule { }
54+
export class AppModule { }

public/docs/_examples/heroes-graphql/ts/src/app/mockedNetworkInterface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// #docregion
22
// #docregion imports
3-
import {
3+
import {
44
makeExecutableSchema,
55
addMockFunctionsToSchema
66
} from 'graphql-tools';

public/docs/_examples/heroes-graphql/ts/src/app/schema.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ schema {
3535
query: Query
3636
mutation: Mutation
3737
}
38-
`;
38+
`;

0 commit comments

Comments
 (0)