Commit 5cd9644
committed
fix: disable no-shadow lint rule and remove dead code in query
Disable no-shadow in oxlintrc as all occurrences are intentional.
Remove unreachable while loop guarding trigger assignment since
the Promise executor runs synchronously, guaranteeing trigger
is defined before the loop could ever be reached.1 parent ec990b9 commit 5cd9644
2 files changed
+4
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
419 | 413 | | |
420 | 414 | | |
421 | 415 | | |
| |||
0 commit comments