Closed EdJoPaTo closed 8 months ago
With types the switch case default case can be determined way better than it can be in JavaScript. The default-case is useful in JavaScript but I only ignore it now with the updated @typescript-eslint/switch-exhaustiveness-check rules.
default-case
@typescript-eslint/switch-exhaustiveness-check
With types the switch case default case can be determined way better than it can be in JavaScript. The
default-case
is useful in JavaScript but I only ignore it now with the updated@typescript-eslint/switch-exhaustiveness-check
rules.