Skip to content

Commit

Permalink
fix lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Nov 9, 2024
1 parent 1744705 commit 64d7b51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,8 @@ export type {
} from './type/index.js';

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

export {
Token,
Expand Down

0 comments on commit 64d7b51

Please sign in to comment.