Commit 10d4b29
Fix linting error in SequenceCanvas type narrowing
The eslint @typescript-eslint/no-unnecessary-condition rule was being overly
strict about the optional chain on highlight?.main. Added eslint disable comment
to allow the clear nullish coalescing pattern.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent fcc3dd5 commit 10d4b29
3 files changed
Lines changed: 3558 additions & 1265 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments