File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ export type {
206206} from './type/index.js' ;
207207
208208// Parse and operate on GraphQL language source files.
209+ // @see https://github.com/typescript-eslint/typescript-eslint/issues/10313
209210// eslint-disable-next-line @typescript-eslint/consistent-type-exports
210211export { Kind } from './language/kinds.js' ;
211212export {
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export type { SourceLocation } from './location.js';
55
66export { printLocation , printSourceLocation } from './printLocation.js' ;
77
8+ // @see https://github.com/typescript-eslint/typescript-eslint/issues/10313
89// eslint-disable-next-line @typescript-eslint/consistent-type-exports
910export { Kind } from './kinds.js' ;
1011
You can’t perform that action at this time.
0 commit comments