Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable default-case rule for switch statements
Often switch statements work on enums or string unions. There it makes no sense to have a default case.
- Loading branch information