File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,6 @@ overrides:
433
433
- plugin:import/typescript
434
434
rules :
435
435
flowtype/require-valid-file-annotation : off
436
- import/named : off
437
436
438
437
# #########################################################################
439
438
# `@typescript-eslint/eslint-plugin` rule list based on `v2.17.x`
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Source } from '../language/source';
3
3
import { GraphQLSchema , GraphQLSchemaValidationOptions } from '../type/schema' ;
4
4
import { ParseOptions } from '../language/parser' ;
5
5
6
- interface BuildSchemaOptions extends GraphQLSchemaValidationOptions {
6
+ export interface BuildSchemaOptions extends GraphQLSchemaValidationOptions {
7
7
/**
8
8
* Descriptions are defined as preceding string literals, however an older
9
9
* experimental version of the SDL supported preceding comments as
You can’t perform that action at this time.
0 commit comments