Skip to content

Commit e6900e0

Browse files
committed
lint links
1 parent 62ed7e7 commit e6900e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff 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
210211
export { Kind } from './language/kinds.js';
211212
export {

src/language/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export type { SourceLocation } from './location.js';
55

66
export { 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
910
export { Kind } from './kinds.js';
1011

0 commit comments

Comments
 (0)