Skip to content

Commit d7d8a5c

Browse files
author
Talha Altinel
committed
suppress biome
1 parent 25048f8 commit d7d8a5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/korean-composer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ const COMPOUND_FINAL_SPLIT: Record<number, number> = {
152152
};
153153

154154
// Reverse lookup: get jamo character from indices
155+
// biome-ignore lint: it is fine for now, this could be useful for debugging
155156
const INITIAL_TO_CHAR: Record<number, string> = Object.fromEntries(
156157
Object.entries(COMPAT_TO_INITIAL).map(([k, v]) => [v, k]),
157158
);

0 commit comments

Comments
 (0)