refactor: remove eslint flag

This commit is contained in:
kotaindah55 2025-02-03 23:12:05 +02:00
parent ce3769d39a
commit 82fbbbbcbf

View file

@ -196,6 +196,7 @@ export class ParserState {
break;
case LineCtx.LIST_HEAD:
includesHl = true;
// eslint-disable-next-line no-fallthrough
case LineCtx.HEADING:
case LineCtx.FOOTNOTE_HEAD:
toBeResolved = true;