Pattern: Multiple === checks Issue: - Description Prefer a switch statement to an if statement with simple === comparisons. Further Reading TSLint - prefer-switch