Skip to content

Commit 1744705

Browse files
committed
fix lint again
1 parent 323d12e commit 1744705

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/language/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ export type { SourceLocation } from './location.js';
55

66
export { printLocation, printSourceLocation } from './printLocation.js';
77

8-
export { Kind } from './kinds.js'; // eslint-disable-line @typescript-eslint/consistent-type-exports
8+
// eslint-disable-next-line @typescript-eslint/consistent-type-exports
9+
export { Kind } from './kinds.js';
910

1011
export { TokenKind } from './tokenKind.js';
1112

0 commit comments

Comments
 (0)