Commit 5d45d81
committed
Disable ESLint error
ESLint reports that this function doesn't have a `return` statement, but
it does. It's possible ESLint thinks the switch might not be exhaustive,
but it is and TypeScript is able to verify this. Therefore it may be an
issue with the integration between TS and ESLint.1 parent ed40a01 commit 5d45d81
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
519 | 523 | | |
520 | 524 | | |
521 | 525 | | |
| |||
0 commit comments