mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
refactor: remove eslint flag
This commit is contained in:
parent
ce3769d39a
commit
82fbbbbcbf
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue