Skip to content

Commit 64d7b51

Browse files
committed
fix lint again
1 parent 1744705 commit 64d7b51

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/index.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,8 @@ export type {
206206
} from './type/index.js';
207207

208208
// Parse and operate on GraphQL language source files.
209-
export {
210-
// eslint-disable-line @typescript-eslint/consistent-type-exports
211-
Kind,
212-
} from './language/kinds.js';
209+
// eslint-disable-next-line @typescript-eslint/consistent-type-exports
210+
export { Kind } from './language/kinds.js';
213211

214212
export {
215213
Token,

0 commit comments

Comments
 (0)