Skip to content

Commit 1ec320b

Browse files
committed
Ignore error to preserve behavior
1 parent 0cdd591 commit 1ec320b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/features/cseMachine/CseMachineAnimation.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,8 @@ export class CseAnimation {
379379
break;
380380
case 'syntax-rules':
381381
// nothing.
382+
// TODO: Check if this fallthrough behavior is intentional
383+
// eslint-disable-next-line no-fallthrough
382384
default:
383385
// it's probably an application, or a macro expansion.
384386
// either way, it's a control -> control expansion.

0 commit comments

Comments
 (0)